Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

open gallery android


Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(intent, "Select Picture"),SELECT_IMAGE);

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #open #gallery #android
ADD COMMENT
Topic
Name
2+5 =