1

可能重复:
无法确定 Android 设备上是否安装了 Google Play 商店

我想做两件事:

1) 检查设备是否安装了 Google Play(因为它在某些设备上不可用,例如 HCL me 平板电脑等)

2)如果安装了Google Play,是否可以判断用户是否使用Google帐户登录?

4

1 回答 1

2

你可以用这个

[PackageManager.getPackageInfo][1]

带包:com.android.vending

Throws PackageManager.NameNotFoundException if a package with the given name can not be found on the system.
于 2013-01-24T10:32:10.413 回答