We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64e29e commit 754b719Copy full SHA for 754b719
patches/src/main/kotlin/app/revanced/patches/googlephotos/misc/features/SpoofFeaturesPatch.kt
@@ -47,6 +47,7 @@ val spoofFeaturesPatch = bytecodePatch(
47
"com.google.android.feature.PIXEL_2024_MIDYEAR_EXPERIENCE",
48
"com.google.android.feature.PIXEL_2024_EXPERIENCE",
49
"com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE",
50
+ "com.google.android.feature.PIXEL_2025_EXPERIENCE",
51
),
52
title = "Features to disable",
53
description = "Google Pixel exclusive features to disable." +
0 commit comments