Android Question Physical Activity Recognition Detection

Nicolás Cieri

Active Member
Licensed User
Android Version 10.
B4a Version 10.0.

The service apparently starts, since this variable shows me "true", but I never receive an event.

B4X:
Dim activities As List = Array("IN_VEHICLE", "ON_BICYCLE", "ON_FOOT", "STILL", "WALKING", "RUNNING")
Wait For (Starter.client.RequestTransitionUpdates(activities)) Complete (Success As Boolean)
Log(Success)
 
Upvote 0
Top