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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -