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
Post a Comment