ask_user03

Lurker
Apr 2, 2021
1
0
5
I am trying to catch power related events, screen on/off, wifi events, app going into background/foreground, etc on Android.

Is BroadcastReceiver the only way to do this? Is there an Android NDK interface available to catch these events directly from my native C++ application?