Is it possible to broadcast an Intent from native code? If so, is there documentation and/or sample code pertaining to the relevant APIs?
I think there is nothing complicated in broadcasting message from native code but only in case if the native function is called from Android Java application so you can pass a Context. As far as I know there is no such thing as Context for purely native applications therefore you can not broadcast an intent.