Skip to content

Commit ec9d781

Browse files
authored
Google package: Add NotebookLM signature information (#2947)
1 parent 5eaded0 commit ec9d781

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

play-services-base/core/src/main/kotlin/org/microg/gms/common/KnownGooglePackages.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ private val KNOWN_GOOGLE_PACKAGES = mapOf(
197197
PackageAndCertHash("com.google.android.apps.fiber.myfiber", SHA256, "4a853c50adda4406495652fe78f32252757c8dd761f3601a7b2e0df86291429d"),
198198
setOf(ACCOUNT, AUTH, OWNER)
199199
),
200+
201+
// Google NotebookLM
202+
Pair(
203+
PackageAndCertHash("com.google.android.apps.labs.language.tailwind", SHA256, "ba49176908275f83be9ae1034968f0b18e65177a64e5a40b3a621f148dfb6fa2"),
204+
setOf(ACCOUNT, AUTH, OWNER)
205+
),
200206
)
201207

202208
fun isGooglePackage(pkg: PackageAndCertHash): Boolean {

0 commit comments

Comments
 (0)