I\'ve been trying to start a service when a device boots up on android, but I cannot get it to work. I\'ve looked at a number of links online but none of the code works. Am
If you're using Android Studio and you're very fond of auto-complete then I must inform you, I'm using Android Studio v 1.1.0 and I used auto-complete for the following permission
And Android Studio Auto-completedRECEIVE_BOOT_COMPLETED
all in lower-case like receive_boot_completed
and I kept pulling my hair out because I'd already ticked out my checklist for things to do to start service at boot. I just confirmed again
Android Studio DOES auto-complete this permission in lower-case.