Add Chat to known Google packages

This commit is contained in:
Dima Ryazanov 2021-01-11 14:06:43 -08:00 committed by Marvin W
parent 63d09df2fc
commit 1a149c6c51
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class PackageUtils {
KNOWN_GOOGLE_PACKAGES.put("com.google.android.apps.subscriptions.red", "de8304ace744ae4c4e05887a27a790815e610ff0");
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");
}
public static boolean isGooglePackage(Context context, String packageName) {