k3b / intent-intercept

Android dev tool to view inter-app communication
Apache License 2.0
201 stars 20 forks source link

Wont Intercept android.intent.action.OPEN_DOCUMENT_TREE (will be closed on 2024-03-13) #29

Closed cbellosoto closed 5 months ago

cbellosoto commented 10 months ago

Trying to intercept intent:#Intent;action=android.intent.action.OPEN_DOCUMENT_TREE;B.android.content.extra.SHOW_ADVANCED=true;S.android.provider.extra.PROMPT=Allow%20Write%20Permission;B.android.intent.extra.LOCAL_ONLY=false;end But it is not triggering the app

cbellosoto commented 10 months ago

The Files app opens without the intercept. Disableling the Files apps allows for the intercept but then there is no files app available to send the intent to.

k3b commented 10 months ago

@cbellosoto cbellosoto

Thanks for reporting.

But it is not triggering the app

I assume that "Always use <<NameOfYourDefaultFilemanager>>" is enabled.

You can use Material Files as alternative Filemanager that also supports "OPEN_DOCUMENT_TREE"

Which android version are you using?

k3b commented 6 months ago

@cbellosoto does this issue still exist? If i donot get an answer till 2024-03-13 i will close this issue