Skip to content

dir-picker: add contextmenu "open in filemanager" #99

@k3b

Description

@k3b

In the directory picker there should be a context-menu "Open in filemanager" that opens any installed filemanager to show all files/subdirectories that are inside the selected folder.


Technical details:

  • action=android.intent.action.VIEW
  • data=file:///path/to/directory/
  • mime=vnd.android.document/directory (android api-19 DocumentsContract.Document.MIME_TYPE_DIR)

alternatives used

see also syncthing/syncthing-android#838

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions