I'm trying to restart the service in my App while the mobile phone reboot.My BOOT_COMPLETED
receiver is called and the service can restart successfully in most of the Android phone but the MIUI V5 system.
This system forbid the Apps to receive the BOOT_COMPLETED
broadcast without it's permission.How can i restart the service in another way?
Asked
Active
Viewed 138 times
0

Lavekush Agrawal
- 6,040
- 7
- 52
- 85
-
this post may help you http://stackoverflow.com/questions/20441308/boot-completed-not-working-android – Giru Bhai Jun 04 '14 at 07:28
-
Do you try another Broadcast like SCREEN_ON ? Maybe it's also fired when the phone startup – Plumillon Forge Jun 04 '14 at 07:29
-
Yes.I had try all the Broadcasts ,but it doesn't work. – user3558714 Jun 05 '14 at 05:56