-
-
Notifications
You must be signed in to change notification settings - Fork 574
Open
Description
It's very add to make the link between .tic TIC-80 cardridges files and TIC-80 on Android today.
the intent-filter section in file build/android/app/src/main/AndroidManifest.xml
need the missing parameters <data android:pathPattern=".*\\.tic">
Like this:
<!-- Drop file event -->
<!--
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.tic" />
</intent-filter>
Metadata
Metadata
Assignees
Labels
No labels