android intent - Calling activity not returned when back button is pressed -
i have 3 activities - activity (launcher,main), activity b - called activity , activity c (which share intent used share files images on social networking sites). activity b calls activity c.
if user presses button in activity c, activity started instead of activity b. how rectify problem?
i want activity c should return activity b when "sharing" cancelled pressing button.
remove finish()
when send intent
activity
c.
Comments
Post a Comment