0

刚刚知道谷歌新的上下文感知,俗称谷歌感知 API,使用谷歌感知 API 时的最低版本应该是什么?

使用时有什么限制或注意事项吗?

4

1 回答 1

0

在这里您可以找到 Google 的一些最佳做法和建议: https ://developers.google.com/awareness/best-practices

如果您只需要 Awareness API,请仅导入:

compile 'com.google.android.gms:play-services-contextmanager:9.4.0'

完全播放服务导入不是必需的,它太重了。

Google 的示例应用程序使用 minSDK 14。

https://github.com/googlesamples/android-play-awareness

如果它也适用于较低的 API 级别,您可以轻松地尝试一下。

我认为“唯一”的限制是“播放服务”。因此,如果您的目标设备没有播放服务(例如很多中国产品),您的应用程序将无法运行。

于 2016-09-13T11:29:21.370 回答