Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7199

android crash when open gellary

$
0
0

My application crashes when I open a gallery before the method "onActivityResult"

val galleryIntent = Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI)startActivityForResult(galleryIntent, GALLERY)

There are no errors in Logcat.

Android 10, 11. The same problem


Viewing all articles
Browse latest Browse all 7199

Trending Articles