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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -