标签: android google-play
我需要检测应用程序是否已从Play商店下载,是否来自生产或alpha / beta频道。 问题n1:它是否可行? 对于我到目前为止所看到的答案似乎没有,但是我一直在研究PackageManager.getInstallerPackageName(Context) here的用法我看到通常会查找2个域:com.google和com.android,它们都被认为是Google Play。 问题n2:有什么区别两个域?
PackageManager.getInstallerPackageName(Context)
com.google
com.android