-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
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>
friedger
Metadata
Metadata
Assignees
Labels
No labels