I know how to check:
packageManager.getInstallerPackageName(pContext.getPackageName())
I know from other StackOverflow answers and my apps in the wild that:
Google Play returns: com.android.vending
Amazon returns: com.amazon.venezia
If I install with adb I get null value returned from getInstallerPackageName()
. Anyone know how to test if install is from Samsung App store?