views:

24

answers:

0

I have a social network app+ widget, When user clicks on status (TextView) in the widget I open a short activity just to edit the status and save. Upon closing the status edit activity I want the user return to the main window (the page with the widget that initiated the textedit activity launch). Currently the status edit activity finish results in another application (fullscreen) activity shown. I don't want that.

Do I need some special main menu intent launch from the edit status activity finish or smth?