Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 13822ef3 authored by DaVinci9196's avatar DaVinci9196 Committed by GitHub
Browse files

Phenotype: Fix Google Photos crash on Memories preferences (#3289)

parent dbd68770
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ private val CONFIGURATION_OPTIONS = mapOf(
        Flag("45668769", true, 0),
        Flag("45633067", true, 0),
    ),
    "com.google.android.apps.photos" to arrayOf(
        Flag("45617431", true, 0),
    ),
)

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