Starting an apk on boot in Android -


is there way start android application on boot? perhaps adding init.rc script?

if "android application", mean user interface, make home screen.

if "android application", mean have small hunk of code want run around time of boot, set broadcastlistener boot_completed broadcast.

you manipulate init.rc if doing things creating custom firmware.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -