Hi, my app has a service that listens for SMS messages with commands in them. The user has to be able to push the app from the online Google play store to their phone and the app has to start the service automatically. Is there any way I can do this. I know I can't use "android.intent.action.PACKAGE_ADDED" Or "android.intent.action.TIME_TICK" Is there any way I can do this?