Description
An app I use is using this intent to open a folder, with the default file apps it works but not with material files.
Does material files really has no support for this operation or is there problem with the intent?
URI intent://com.android.externalstorage.documents/tree/"path"#Intent;scheme=content;type=vnd.android.document/directory;launchFlags=0x13000001;end
VERSION 1
ACTION android.intent.action.VIEW
DATA content://com.android.externalstorage.documents/tree/"path"
TYPE vnd.android.document/directory
FLAGS 0x13000001
MATCHING ACTIVITIES 5
0 LABEL Files
NAME com.android.documentsui.files.FilesActivity
PACKAGE com.android.documentsui
1 LABEL Files
NAME io.github.muntashirakon.AppManager.fm.FmActivity
PACKAGE io.github.muntashirakon.AppManager
2 LABEL Interceptor
NAME io.github.muntashirakon.AppManager.intercept.ActivityInterceptor
PACKAGE io.github.muntashirakon.AppManager
3 LABEL Material Files
NAME me.zhanghai.android.files.filelist.FileListActivity
PACKAGE me.zhanghai.android.files
4 LABEL Save as
NAME me.zhanghai.android.files.viewer.saveas.SaveAsActivity
PACKAGE me.zhanghai.android.files
ACTIVITY RESULT 0