-
Notifications
You must be signed in to change notification settings - Fork 106
BOOT_COMPLETED Intent is not received at “Restart” or “Reboot” #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Done |
Does not work on MIUI |
According to that: MIUI uses another action:
|
Nope, again, that's wrong. Quote from stackoverflow:
|
Full log from HTC One M8 Android 6.0 in ZTS-620-56182 ticket. |
Similar issues with HTC: If what we've done is not enough, then we have the following options:
|
Working solution (finally):
It has started working after I have removed android:permission attribute. |
Device: OnePlus 5T
MyBootReceiver class
Still No luck: |
http://4pda.ru/forum/index.php?s=&showtopic=601691&view=findpost&p=44457292
We've missed to add one more intent:
More details:
http://stackoverflow.com/questions/24882861/android-intent-action-boot-completed-intent-is-not-received-at-restart-or-reb
The text was updated successfully, but these errors were encountered: