Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage the intent type "CREATE_DOCUMENT" #132

Open
J-Jamet opened this issue Aug 20, 2019 · 0 comments
Open

Manage the intent type "CREATE_DOCUMENT" #132

J-Jamet opened this issue Aug 20, 2019 · 0 comments

Comments

@J-Jamet
Copy link

J-Jamet commented Aug 20, 2019

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant