Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ private val CONFIGURATION_OPTIONS = mapOf(
// Enable Gemini show Usage-limits
Flag("45778691", true, 0),
),
"com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox" to arrayOf(
// Allow the "Saved" tab in the Google app to appear as "Activity."
Flag("45644218", true, 0),
Flag("45691184", true, 0)
),
"com.google.android.inputmethod.latin#com.google.android.inputmethod.latin" to arrayOf(
// Enable Gboard supports voice input in other languages
Flag("enable_voice_in_chinese", true, 0),
Expand Down