Is it possible to broadcast an Intent from native code? If so, is there documentation and/or sample code pertaining to the relevant APIs?
Even a pure native application can broadcast an Intent. That means, even when native activity is the launcher, we can still broadcast Intents.