ask_user03
Lurker
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?
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?