Skip to content

Commit 398cd1b

Browse files
committed
Phenotype: Allow group calls in Google Meet
1 parent 9551fc6 commit 398cd1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ private val CONFIGURATION_OPTIONS = mapOf(
6262
Flag("45620220", true, 0),
6363
// Show Audio Call Button
6464
Flag("45613814", true, 0),
65+
// Show Group Call Button
66+
Flag("45620498", true, 0),
6567
),
6668
"com.google.apps_mobile.common.services.gmail.android#com.google.android.gm" to arrayOf(
6769
Flag("45661535", encodeSupportedLanguageList(), 0),

0 commit comments

Comments
 (0)