mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-13 22:45:06 +00:00
Add Stadia to known Google packages
Change-Id: Ie70cde85e398dc5eed13fc2294f78088661a743a
This commit is contained in:
parent
985f0aea5a
commit
1d747f6a83
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class PackageUtils {
|
|||
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");
|
||||
KNOWN_GOOGLE_PACKAGES.put("com.google.stadia.android", "133aad3b3d3b580e286573c37f20549f9d3d1cce");
|
||||
}
|
||||
|
||||
public static boolean isGooglePackage(Context context, String packageName) {
|
||||
|
|
Loading…
Reference in a new issue