Skip to content

Commit

Permalink
fix: Correct YouTube package name
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed May 5, 2024
1 parent ef8febd commit c616ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private val KNOWN_GOOGLE_PACKAGES = mapOf(
PERMISSIONS_PRIVILEGED
),
Pair(
PackageAndCertHash("com.google.android.apps.youtube", SHA1, "24bb24c05e47e0aefa68a58a766179d9b613a600"),
PackageAndCertHash("com.google.android.youtube", SHA1, "24bb24c05e47e0aefa68a58a766179d9b613a600"),
PERMISSIONS_PRIVILEGED
),
Pair(
Expand Down

0 comments on commit c616ffd

Please sign in to comment.