Auto launching android app after install

android

Solution

Check this out, it addresses the exact problem that you wish to solve: How to start a Service when .apk is Installed for the first time

Problem

Possible Duplicate: How to start a Service when .apk is Installed for the first time Is there a way to auto launch an android app after it's installed for the first time? Everything I've found online indicates that this is a no but there is one app that seems to be doing it, it's called 'Plan B'. Any help is appreciated.

Original source

Related problems