• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android NDK alternative to BroadcastReceiver

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?
 
Back
Top Bottom