Android R: onActivityResult data is null from Camera
See original GitHub issueWhen taking a photo from Camera the data
is always null and result code is always RESULT_CANCELED
despite successfully taking a picture.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Camera activity returning null android - Stack Overflow
EXTRA_OUTPUT with the camera intent then camera activity will write the captured image ... onActivityResult(requestCode, resultCode, data); if (requestCode ...
Read more >Accessing the Camera and Stored Media - CodePath Cliffnotes
The easy way - launch the Gallery with an intent, and get the media URI in onActivityResult. The hard way - fetch thumbnail...
Read more >Android – Camera activity returning null android - iTecNote
The problem is camera activity always returning null. In my onActivityResult(int requestCode, int resultCode, Intent data) method I am getting data as null...
Read more >Data after the Camera Capture always return Null - MSDN
i am opening an Intent for Camera and I take a photo and when i save i want to ... public override void...
Read more >android camera: onActivityResult() intent is null
android,androidhub4you,android developer, crash, samsung, activity, mobile, java, eclipse, data.getData()==null, null pointer exception.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@joseph-acc Can you please suggest the library you are using. I am tired of this null result in Android 11.
I would like to contribute. 😃