Skip to content

Commit 212de1e

Browse files
authored
Phenotype: NotebookLM displays the "Video Overview" feature. (#3419)
1 parent fc737ad commit 212de1e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ private val CONFIGURATION_OPTIONS = mapOf(
7878
"com.google.android.apps.photos" to arrayOf(
7979
Flag("45617431", true, 0),
8080
),
81+
"com.google.labs.language.tailwind.mobile#com.google.android.apps.labs.language.tailwind" to arrayOf(
82+
// Enable NotebookLM video overview
83+
Flag("45741830", true, 0),
84+
),
8185
)
8286

8387
class PhenotypeServiceImpl(val packageName: String?) : IPhenotypeService.Stub() {

0 commit comments

Comments
 (0)