camera activity does not return to the previous/caller activity
问题 I read an text input from the user, this input i use it as a name of a picture i'm taking by the camera. i store this name and the path of the image name into Sqlite Database. what I'm trying to do is, after clicking OK to accept the taken picture, i want the saved path to be displayed in a toast. the problem is, when I click OK to accept the picture, nothing is being displayed and i cant switch from the camera activity to the activity that called the camera activity"the previous activity"