Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 无法确定 Android 设备上是否安装了 Google Play 商店
我想做两件事:
1) 检查设备是否安装了 Google Play(因为它在某些设备上不可用,例如 HCL me 平板电脑等)
2)如果安装了Google Play,是否可以判断用户是否使用Google帐户登录?
你可以用这个
[PackageManager.getPackageInfo][1]
带包:com.android.vending
Throws PackageManager.NameNotFoundException if a package with the given name can not be found on the system.