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 f7fcde6 commit 8d8e650Copy full SHA for 8d8e650
app/src/main/java/io/github/chsbuffer/revancedxposed/googlephotos/GooglePhotosHook.kt
@@ -45,6 +45,7 @@ class GooglePhotosHook(val lpparam: LoadPackageParam) : IHook {
45
"com.google.android.feature.PIXEL_2024_MIDYEAR_EXPERIENCE",
46
"com.google.android.feature.PIXEL_2024_EXPERIENCE",
47
"com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE",
48
+ "com.google.android.feature.PIXEL_2025_EXPERIENCE",
49
)
50
51
val hook = object : XC_MethodHook() {
0 commit comments