哪个API是真正折旧的ActivityRecognitionApi或者ActivityRecognitionClient

Which API is really depreciated ActivityRecognitionApi or ActivityRecognitionClient

根据Google Google APIs for Android the ActivityRecognitionApi interface is deprecated and need to use the ActivityRecognitionClient interface. But other sources 的说法,ActivityRecognitionClient 已被描述,需要使用 ActivityRecognitionApi 接口已安装。我很困惑:(

互联网上的许多其他 samples 正在使用 ActivityRecognitionApi 接口。

而当我们使用 ActivityRecognitionClient 接口时,周期性更新不是只在初始时间获取更新,但是他 ActivityRecognitionApi界面更新正常。

我们需要使用哪一个? , 如果我们需要使用 ActivityRecognitionClient 请提供工作示例代码 Application/Code .

在播放服务版本 11.8.0 中,ActivityRecognitionApi 已弃用。 你应该使用新界面,这样下个版本来的时候就没有强行更新到新界面的风险了。