Android: Not able to call onActivityResult() method after capturing photo by camera
问题 In my application when I call camera intent by: Intent cameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(cameraIntent, CAMERA_REQUEST); it not call onActivityResult() method. Problem in my application is that some time it calls this method, but some time after capturing photo it again come to photo capture screen. Before capturing photo I am saving a lot of data in onSaveInstanceState() after that I am collecting this data by onRestoreInstanceState() . Here I