Skip to content

Commit d07cce1

Browse files
authored
Phenotype: Fixed a crash in the "Movie Editor" feature of Photos. (#3566)
1 parent 039e1cf commit d07cce1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ private val CONFIGURATION_OPTIONS = mapOf(
121121
),
122122
"com.google.android.apps.photos" to arrayOf(
123123
Flag("45617431", true, 0),
124+
// Enable v3 movie editor; legacy MovieEditorActivity NPEs on a missing media extra
125+
Flag("45410021", true, 0),
126+
// Route highlight-video to the Varenyky local renderer
127+
Flag("45735699", true, 0),
128+
Flag("45709528", true, 0),
124129
),
125130
// Android Auto (Gearhead) — lift Car App Library API max for third-party apps.
126131
// Without this, AA falls back to baked-in default "DEFAULT:7, gearhead:8" which

0 commit comments

Comments
 (0)