From e85d3928a10386b70b8ae10d234fdd40bfdf3327 Mon Sep 17 00:00:00 2001 From: Davinci9196 Date: Tue, 16 Jun 2026 14:12:20 +0800 Subject: [PATCH] Phenotype: Fixed a crash in the "Movie Editor" feature of Photos. --- .../main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt b/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt index 4374736975..da6080c70b 100644 --- a/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt +++ b/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt @@ -89,6 +89,11 @@ private val CONFIGURATION_OPTIONS = mapOf( ), "com.google.android.apps.photos" to arrayOf( Flag("45617431", true, 0), + // Enable v3 movie editor; legacy MovieEditorActivity NPEs on a missing media extra + Flag("45410021", true, 0), + // Route highlight-video to the Varenyky local renderer + Flag("45735699", true, 0), + Flag("45709528", true, 0), ), "com.google.android.apps.translate" to arrayOf( // Enable Practice Tab