Android can ACTION_SEND be used to call a Service -


i've being able use action_send intent displays application in list when share button pressed in gallery. app sends selected picture computer , no further input form user required. rather starting app when selected in list unnecessary step possible pass data own service sends picture , avoid starting app?

if not other options have? start app, sent picture , close activity?

rather starting app when selected in list unnecessary step possible pass data own service sends picture , avoid starting app?

action_send used starting activities, not services -- sorry.

if not other options have? start app, sent picture , close activity?

sounds reasonable. if of in oncreate(), call finish(), , never call setcontentview(), nothing shown user.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -