Hi, i'm tried this sample https://www.b4x.com/android/forum/threads/physical-activity-recognition-detection.42481/
But
This code is never fired..
Any idea.. Even the Erel example, updated in May2020 ... doesn't trigger the event.
But
B4X:
For Each ev As TransitionEvent In Starter.client.GetTransitionEvents(StartingIntent)
Log(ev) 'ignore
ToastMessageShow("" & ev, True)
Next
Service.StopAutomaticForeground
This code is never fired..
Any idea.. Even the Erel example, updated in May2020 ... doesn't trigger the event.