Open a specific folder

What do you want to do finally?

open the downloads folder

The only thing you can do is this:

Hi @UNKNOWN_GAMER1,
What about trying this ( not sure ):
Using the activity starter:
Action : android.intent.ACTION_VIEW
data uri : folder path
data type: resource/folder
EDIT: i didn’t noticed from app word

1 Like

The problem with this is that you exit the app no? :thinking:

Didn’t understand you?

1 Like

That I think that is better not to exit the app with Activity Starter (my opinion :joy::sweat_smile:)

1 Like

Hmmm, @UNKNOWN_GAMER1 are you trying to get a path (folder) according to the user’s choice?

No, I think that he want to open only the downloads folder

Then what do you want it to return?

no i want to open the downloads folder

So do this (integrate on app)


Or this (exit the app)

601

no corresponding activity foud

1 Like

You only can do this, or nothing​:sweat_smile:

Luck!

2 Likes

:slightly_frowning_face:

I still didn’t understand you.You want to open the folder manger on a specific folder.Or show this folder in a list in your app?

1 Like

As alread said, NOT possible.

Yes this is the only option and to be more precise:
to show / get the files in this folder & subfolders.

2 Likes

got the solution

COMPONENT= activity starter
ACTION= android.intent.action.VIEW
DATA URI = join- file:// and /Download (file///{path})

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.