Activity Recognition API

前端 未结 4 684
醉酒成梦
醉酒成梦 2021-01-31 11:32

Anyone have trouble with the Activity Recognition API in the recent Google Play Services update?

I have it implemented in an app. It was working perfectly fine before th

4条回答
  •  清酒与你
    2021-01-31 12:19

    I have Google play Services 5.0.84 it works fine with my Nexus 5. don't know what you are talking about, so it's probably bug in your code.

    my application sampling constantly every minute, and returns (most of the time) the right activity. driving/walking/tilting/on foot.. every thing comes..

    also, If you are not using getMostProbableActivity , then you should use it! comment: it might be indeed that in specific devices or some vendor firmwares things will break, but it's not likely.

提交回复
热议问题