Skip to content

Commit 0b94e87

Browse files
authored
Phenotype: Enable Gemini temporary chat and more menus (#3447)
1 parent 50562bc commit 0b94e87

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,14 @@ private val CONFIGURATION_OPTIONS = mapOf(
4444
// Enable Gemini sharing and video features
4545
Flag("45638955", true, 0),
4646
Flag("45621205", true, 0),
47-
Flag("45616812", true, 0)
47+
Flag("45616812", true, 0),
48+
// Enable Gemini temporary chat and more menus.
49+
Flag("45737809", true, 0),
50+
Flag("45752052", true, 0),
51+
Flag("45762487", true, 0),
52+
Flag("45726191", true, 0),
53+
// Enable Gemini show Usage-limits
54+
Flag("45778691", true, 0),
4855
),
4956
"com.google.android.inputmethod.latin#com.google.android.inputmethod.latin" to arrayOf(
5057
// Enable Gboard supports voice input in other languages

0 commit comments

Comments
 (0)