Skip to content

Commit 13822ef

Browse files
authored
Phenotype: Fix Google Photos crash on Memories preferences (#3289)
1 parent dbd6877 commit 13822ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ private val CONFIGURATION_OPTIONS = mapOf(
7575
Flag("45668769", true, 0),
7676
Flag("45633067", true, 0),
7777
),
78+
"com.google.android.apps.photos" to arrayOf(
79+
Flag("45617431", true, 0),
80+
),
7881
)
7982

8083
class PhenotypeServiceImpl(val packageName: String?) : IPhenotypeService.Stub() {

0 commit comments

Comments
 (0)