From c47a6c0ab2891359c9b3c4f29176e041761f282a Mon Sep 17 00:00:00 2001 From: Davinci9196 Date: Mon, 3 Aug 2026 17:41:53 +0800 Subject: [PATCH] Phenotype: Enable image loading for the micro-drama module. --- .../main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt | 3 +++ 1 file changed, 3 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 39cc8f9a0d..d52a2c3a5b 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 @@ -158,6 +158,9 @@ private val CONFIGURATION_OPTIONS = mapOf( Flag("bugle_phenotype__enable_penpal_conversation", true, 0), Flag("bugle_phenotype__bug_325090692_enable_penpal_dasher_check", false, 0), ), + "com.google.android.videos" to arrayOf( + Flag("AppRefreshFeature__enable_entity_page_trailer_autoplay", true, 0), + ), ) class PhenotypeServiceImpl(val packageName: String?) : IPhenotypeService.Stub() {