Checklist
Feature description
"vnd.android.document/directory" is what Gemini itself calls "the official Android identifier for a folder" You currently only have:
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="resource/folder" />
</intent-filter>
Please add:
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.document/directory" />
</intent-filter>
Why do you want this feature?
So apps that send an intent to open to a folder using that can use Fossify File Manager.
Additional information
No response
Checklist
Feature description
"vnd.android.document/directory" is what Gemini itself calls "the official Android identifier for a folder" You currently only have:
Please add:
Why do you want this feature?
So apps that send an intent to open to a folder using that can use Fossify File Manager.
Additional information
No response