We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee5545b + 6581d83 commit 5630a3dCopy full SHA for 5630a3d
1 file changed
android/src/main/AndroidManifest.xml
@@ -3,5 +3,11 @@
3
<intent>
4
<action android:name="android.media.action.IMAGE_CAPTURE" />
5
</intent>
6
+ <intent>
7
+ <action android:name="android.intent.action.GET_CONTENT" />
8
+ </intent>
9
10
+ <action android:name="android.intent.action.PICK" />
11
12
</queries>
13
</manifest>
0 commit comments