Issue
Android android.intent.action.BOOT_COMPLETED
Intent is not received if I use the "Restart" or "Reboot", but works if I turn off and on the device. Is there Any way to make this work?
Solution
Add
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
also
Answered By - Giru Bhai
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.