Skip to content

Commit 754b719

Browse files
authored
fix(Google Photos - Spoof features): Add support for Pixel 10 devices (#6161)
1 parent c64e29e commit 754b719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patches/src/main/kotlin/app/revanced/patches/googlephotos/misc/features/SpoofFeaturesPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ val spoofFeaturesPatch = bytecodePatch(
4747
"com.google.android.feature.PIXEL_2024_MIDYEAR_EXPERIENCE",
4848
"com.google.android.feature.PIXEL_2024_EXPERIENCE",
4949
"com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE",
50+
"com.google.android.feature.PIXEL_2025_EXPERIENCE",
5051
),
5152
title = "Features to disable",
5253
description = "Google Pixel exclusive features to disable." +

0 commit comments

Comments
 (0)