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 70b0ba3 commit 03cad44Copy full SHA for 03cad44
build/android/app/src/main/AndroidManifest.xml
@@ -89,13 +89,13 @@
89
</intent-filter>
90
91
<!-- Drop file event -->
92
- <!--
93
<intent-filter>
94
<action android:name="android.intent.action.VIEW" />
95
<category android:name="android.intent.category.DEFAULT" />
96
- <data android:mimeType="*/*" />
+ <data android:mimeType="*/*" android:pathPattern=".*\\.tic" />
+ <data android:mimeType="*/*" android:pathPattern=".*\\.png" />
97
98
- -->
+
99
</activity>
100
<activity android:name=".TICFileReceiver"
101
android:theme="@android:style/Theme.Translucent"
0 commit comments