Answers for "intent code to open image only in gallery"

0

intent code to open image only in gallery

Intent i = new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
 startActivityForResult(i, RESULT_LOAD_IMAGE);
Posted by: Guest on September-22-2020

Code answers related to "intent code to open image only in gallery"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language