Skip to content

Manage the intent type "CREATE_DOCUMENT" #132

@J-Jamet

Description

@J-Jamet

It would be good to be able to manage the creation of document by appeal of intent "CREATE_DOCUMENT".
This would allow applications that use this feature before Android KitKat to be able to create files with OI File Manager. And for new versions of android, do not systematically go through the default file manager.

In manifest :

            <intent-filter>
                <action android:name="android.intent.action.CREATE_DOCUMENT" />

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

                <data android:mimeType="*/*" />
            </intent-filter>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions