From a1e7267befcb396a700f9afbba2b3a8399be8b44 Mon Sep 17 00:00:00 2001 From: Davinci9196 Date: Wed, 17 Jun 2026 09:58:19 +0800 Subject: [PATCH] Phenotype: Allow the "Saved" tab in the Google app to appear as "Activity" --- .../main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt b/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt index 4374736975..315145cc62 100644 --- a/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt +++ b/play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt @@ -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),