Copy link to clipboard
Copied
Hi, I didn't find any solution. Is there a solution for this issue?
Thank you!
Copy link to clipboard
Copied
I've never tried this myself, but I guess you at least need to set <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> in the manifest xml.
Copy link to clipboard
Copied
Ok, maybe it is a beginning... I have to control it in AS in my app... so what code do I have to use?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Amazing!
Copy link to clipboard
Copied
Other ways wihout an ANE?
Copy link to clipboard
Copied
I doubt this will be possible without an ANE as you need a receiver to handle the broadcasted boot intent which then launches the AIR activity. This code needs to be implemented natively.
Cheers