Skip to content

Android need to automatically open .tic files with TIC-80 #2811

@Popolon

Description

@Popolon

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions