java - How does the default browser on Android send "SEND" intents? -


i'd enable "silent send" application-- is, i'd catch send intent in service, not activity. how default android web browser send intent? possible handle in service, or in activity never sets view?

is possible handle in service, or in activity never sets view?

action_send intents sent activity intents (e.g., startactivity()), , cannot have service receive them. can have them handled activity never calls setcontentview(), though.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

What's the encoding type of Android 2.2 push message? -

visual studio - Deleting lines of code in a text editor -