Whether the app installed is called Google Play or Market, the package name is the same com.android.vending
.
I need to be able to detect whether the app is Google Play or Market, I've checked in PackageInfo and nothing except versionCode
and versionName
can be of help.
Does anyone know what the first versionCode
was or versionName
was for Google Play app?
If anyone knows any other way of detecting this let me know.
packageInfo.applicationInfo.loadLabel(packageManager);
– Atalie