React to events of Android apps -


i looking way create sort of "wrapper app" reacts events of apps, e.g. sms being received, or other app notifying user toast.

is there best practice?

i have read context wrapper, yet uncertain, whether correct approach.

is trying possible?

your app can triggered on system events (phone call, notifications, etc.) via broadcast intents : http://developer.android.com/guide/components/intents-filters.html . can used receiving events other apps only if developers have implemented , allow behavior.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -