我的应用正在使用android.location.LocationManager
来获取网络和gps位置。由于电池消耗高。我决定改用FusedLocationProviderApi
。我担心对当前用户的影响。由于这个API需要谷歌播放服务。有没有安装谷歌播放服务的Android设备百分比的统计数据?还有其他需要考虑的因素可能会导致当前用户在切换后无法使用该应用程序吗?
答案 0 :(得分:1)
如果用户能够访问Play商店,则会安装Google Play服务。
以下是Play商店中的游戏服务描述
' Google Play服务用于从Google Play更新Google应用和应用。此组件提供核心功能,例如对您的Google服务进行身份验证,同步联系人,访问所有最新用户隐私设置以及更高质量,低功耗的基于位置的服务。 Google Play服务还可以增强您的应用体验。它可以加速离线搜索,提供更加身临其境的地图,并改善游戏体验。如果您卸载Google Play服务,应用可能无法使用。'
https://android.stackexchange.com/questions/97145/get-rid-of-google-play-services
https://android.stackexchange.com/questions/104842/is-it-safe-to-uninstall-google-play-services-app