Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created October 7, 2016 15:20
Show Gist options
  • Save joswr1ght/383168067f36f2f09c94087e09927cff to your computer and use it in GitHub Desktop.
Save joswr1ght/383168067f36f2f09c94087e09927cff to your computer and use it in GitHub Desktop.
public static boolean checkGooglePlayStore(Context context) {
String installerPackageName = context.getPackageManager().getInstallerPackageName(context.getPackageName());
return installerPackageName != null && installerPackageName.startsWith(" com.google.android");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment