fix(Google Photos - Spoof features): Add support for Pixel 10 devices (#6161)

This commit is contained in:
Lassie111 2025-10-22 19:50:10 +03:00 committed by GitHub
parent c64e29ec57
commit 754b71959a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,7 @@ val spoofFeaturesPatch = bytecodePatch(
"com.google.android.feature.PIXEL_2024_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2024_MIDYEAR_EXPERIENCE",
"com.google.android.feature.PIXEL_2024_EXPERIENCE", "com.google.android.feature.PIXEL_2024_EXPERIENCE",
"com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE",
"com.google.android.feature.PIXEL_2025_EXPERIENCE",
), ),
title = "Features to disable", title = "Features to disable",
description = "Google Pixel exclusive features to disable." + description = "Google Pixel exclusive features to disable." +