how to open a specific path from the app example:-
i want to open the path /mnt/sdcard/Download/
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
The problem with this is that you exit the app no?
Didn’t understand you?
That I think that is better not to exit the app with Activity Starter (my opinion )
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
You only can do this, or nothing
Luck!
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?
You want to open the folder manger on a specific folder.
As alread said, NOT possible.
Or show this folder in a list in your app?
Yes this is the only option and to be more precise:
to show / get the files in this folder & subfolders.
You only can do this, or nothing
But you can list all files in the Download (sub)folder: [grafik]
Luck!
got the solution
COMPONENT= activity starter
ACTION= android.intent.action.VIEW
DATA URI = join- file:// and /Download (file///{path})