My Application Not Start On Bootup Mobile
this is my manifiest file below my application not start my application when i turn On mobile i follow this like how to start my application when ever mobile restart or turn on &l
Solution 1:
Check this question of mine, and the answer provided - they are related, and might solve your problem:
Even though the intent used is different, the security issue I describe below is similar.
The problem might be that you need to run the application once BEFORE it will respond to the BOOT_COMPLETED
intent.
This is a security measure.
If you do not run the application, it will not start on boot. Give it a try.
i.e.
- write app
- install app
- RUN APP
- reboot phone to check if it works
Post a Comment for "My Application Not Start On Bootup Mobile"