We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2701b51 commit 7deb4c1Copy full SHA for 7deb4c1
app/src/main/AndroidManifest.xml
@@ -30,9 +30,7 @@
30
31
<category android:name="android.intent.category.DEFAULT" />
32
33
- <data android:mimeType="image/*" />
34
- <data android:mimeType="application/*" />
35
- <data android:mimeType="text/*" />
+ <data android:mimeType="*/*" />
36
</intent-filter>
37
</activity>
38
<activity
@@ -51,4 +49,4 @@
51
49
52
50
</application>
53
54
-</manifest>
+</manifest>
fastlane/metadata/android/en-US/changelogs/30.txt
@@ -0,0 +1 @@
1
+- Do not restrict file types for uploading.
0 commit comments