Skip to content

Commit 7deb4c1

Browse files
committed
Allow uploading all file types
1 parent 2701b51 commit 7deb4c1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030

3131
<category android:name="android.intent.category.DEFAULT" />
3232

33-
<data android:mimeType="image/*" />
34-
<data android:mimeType="application/*" />
35-
<data android:mimeType="text/*" />
33+
<data android:mimeType="*/*" />
3634
</intent-filter>
3735
</activity>
3836
<activity
@@ -51,4 +49,4 @@
5149
</activity>
5250
</application>
5351

54-
</manifest>
52+
</manifest>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Do not restrict file types for uploading.

0 commit comments

Comments
 (0)