mirror of
https://github.com/microg/android_packages_apps_GmsCore
synced 2026-08-06 14:26:05 -04:00
Phenotype: Enable Gemini temporary chat and more menus (#3447)
This commit is contained in:
parent
50562bc8df
commit
0b94e8753a
1 changed files with 8 additions and 1 deletions
|
|
@ -44,7 +44,14 @@ private val CONFIGURATION_OPTIONS = mapOf(
|
|||
// Enable Gemini sharing and video features
|
||||
Flag("45638955", true, 0),
|
||||
Flag("45621205", true, 0),
|
||||
Flag("45616812", true, 0)
|
||||
Flag("45616812", true, 0),
|
||||
// Enable Gemini temporary chat and more menus.
|
||||
Flag("45737809", true, 0),
|
||||
Flag("45752052", true, 0),
|
||||
Flag("45762487", true, 0),
|
||||
Flag("45726191", true, 0),
|
||||
// Enable Gemini show Usage-limits
|
||||
Flag("45778691", true, 0),
|
||||
),
|
||||
"com.google.android.inputmethod.latin#com.google.android.inputmethod.latin" to arrayOf(
|
||||
// Enable Gboard supports voice input in other languages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue