Skip to content

Commit 8594342

Browse files
authored
Phenotype: Allow the "Saved" tab in the Google app to appear as "Activity" (#3568)
1 parent d07cce1 commit 8594342

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ private val CONFIGURATION_OPTIONS = mapOf(
9090
Flag("45772982", 0L, 0), // pure black render (without it the bars are blue/gray)
9191
Flag("45750622", true, 0), // Fix "Conversation requires an update"
9292
),
93+
"com.google.android.libraries.search.googleapp.user#com.google.android.googlequicksearchbox" to arrayOf(
94+
// Allow the "Saved" tab in the Google app to appear as "Activity."
95+
Flag("45644218", true, 0),
96+
Flag("45691184", true, 0)
97+
),
9398
"com.google.android.inputmethod.latin#com.google.android.inputmethod.latin" to arrayOf(
9499
// Enable Gboard supports voice input in other languages
95100
Flag("enable_voice_in_chinese", true, 0),

0 commit comments

Comments
 (0)