I would like to realize the following scenario:
An Mobione app should be started depending on a Broadcast Event. This is easy in native Android applications, using a broadcastreceiver and register for some filter. Than just wait on the event. (From a notify, or battery low etc.)
Is there any way to start a mobione application external?
In my scenario a broadcast event from GCM (Google Cload Messaging) is fired to signal new data in an external database. The user should be notified about that. But how to start the mobione app?
The application should not run all the time. And, as we know, an application can be canceld by Android.