From 754b71959a0155413eb33cf1bdc2c8976eaca634 Mon Sep 17 00:00:00 2001 From: Lassie111 <125142449+Lassie111@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:50:10 +0300 Subject: [PATCH] fix(Google Photos - Spoof features): Add support for Pixel 10 devices (#6161) --- .../patches/googlephotos/misc/features/SpoofFeaturesPatch.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/src/main/kotlin/app/revanced/patches/googlephotos/misc/features/SpoofFeaturesPatch.kt b/patches/src/main/kotlin/app/revanced/patches/googlephotos/misc/features/SpoofFeaturesPatch.kt index 4c0be2b77..db6158d27 100644 --- a/patches/src/main/kotlin/app/revanced/patches/googlephotos/misc/features/SpoofFeaturesPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/googlephotos/misc/features/SpoofFeaturesPatch.kt @@ -47,6 +47,7 @@ val spoofFeaturesPatch = bytecodePatch( "com.google.android.feature.PIXEL_2024_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2024_EXPERIENCE", "com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE", + "com.google.android.feature.PIXEL_2025_EXPERIENCE", ), title = "Features to disable", description = "Google Pixel exclusive features to disable." +