Skip to content

Commit 058231a

Browse files
committed
fix
1 parent 1857ae5 commit 058231a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/plugins/sdcard/src/android/SDcard.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ public void getImage(String mimeType, CallbackContext callback) {
227227
if (mimeType == null) mimeType = "image/*";
228228

229229
intent.addCategory(Intent.CATEGORY_OPENABLE);
230-
intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
231230
intent.setType(mimeType);
232231
activityResultCallback = callback;
233232
cordova.startActivityForResult(this, intent, this.PICK_FROM_GALLERY);

0 commit comments

Comments
 (0)