Skip to content

Commit 33f0773

Browse files
authored
Phenotype: Enable NotebookLM follow-up chips (#3556)
1 parent 8594342 commit 33f0773

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ private val CONFIGURATION_OPTIONS = mapOf(
149149
"com.google.labs.language.tailwind.mobile#com.google.android.apps.labs.language.tailwind" to arrayOf(
150150
// Enable NotebookLM video overview
151151
Flag("45741830", true, 0),
152+
// Enable notebook-guide (zero-state) follow-up chips
153+
Flag("45756972", true, 0),
154+
Flag("45767607", true, 0),
152155
),
153156
"com.google.android.apps.messaging#com.google.android.apps.messaging" to arrayOf(
154157
Flag("bugle_phenotype__enable_penpal_conversation", true, 0),

0 commit comments

Comments
 (0)