Skip to content

Commit

Permalink
Add Android Auto to known Google packages (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylangerdaly authored Apr 17, 2021
1 parent 1a149c6 commit e9f028c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public class PackageUtils {
KNOWN_GOOGLE_PACKAGES.put("com.google.android.apps.meetings", "47a6936b733dbdb45d71997fbe1d610eca36b8bf");
KNOWN_GOOGLE_PACKAGES.put("com.google.android.apps.nbu.paisa.user", "80df78bb700f9172bc671779b017ddefefcbf552");
KNOWN_GOOGLE_PACKAGES.put("com.google.android.apps.dynamite", "519c5a17a60596e6fe5933b9cb4285e7b0e5eb7b");
KNOWN_GOOGLE_PACKAGES.put("com.google.android.projection.gearhead", "9ca91f9e704d630ef67a23f52bf1577a92b9ca5d");
}

public static boolean isGooglePackage(Context context, String packageName) {
Expand Down

0 comments on commit e9f028c

Please sign in to comment.