Skip to content

Commit

Permalink
Fixed bugs related to Kids Space
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVinci9196 committed Oct 14, 2024
1 parent 511afe8 commit 846bc6e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ private val KNOWN_GOOGLE_PACKAGES = mapOf(
PackageAndCertHash("com.google.android.apps.tasks", SHA256, "99f6cc5308e6f3318a3bf168bf106d5b5defe2b4b9c561e5ddd7924a7a2ba1e2"),
setOf(ACCOUNT, AUTH, OWNER)
),

// Google Kids home
Pair(
PackageAndCertHash("com.google.android.apps.kids.home", SHA256, "8f7bd4c5c0273a1a0dd6b3bfa8cc8e9f980a25108adcfd7be9962e8ae9feeb6f"),
setOf(ACCOUNT, AUTH, OWNER)
),
)

fun isGooglePackage(pkg: PackageAndCertHash): Boolean {
Expand Down

0 comments on commit 846bc6e

Please sign in to comment.