Skip to content

Commit c47a6c0

Browse files
committed
Phenotype: Enable image loading for the micro-drama module.
1 parent 9a206ae commit c47a6c0

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
@@ -158,6 +158,9 @@ private val CONFIGURATION_OPTIONS = mapOf(
158158
Flag("bugle_phenotype__enable_penpal_conversation", true, 0),
159159
Flag("bugle_phenotype__bug_325090692_enable_penpal_dasher_check", false, 0),
160160
),
161+
"com.google.android.videos" to arrayOf(
162+
Flag("AppRefreshFeature__enable_entity_page_trailer_autoplay", true, 0),
163+
),
161164
)
162165

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

0 commit comments

Comments
 (0)