Android Question WRITE_EXTERNAL_STORAGE permission

Sergey_New

Well-Known Member
Licensed User
Longtime User
How can I set this permission if targetSdkVersion 33, and then create a “MyApplication” folder?
With targetSdkVersion 29 it was easy.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Sergey_New

Well-Known Member
Licensed User
Longtime User
I only need to create a folder with the application name given. I don’t understand where you can insert this name in example Externalstorage ?
 
Upvote 0

alfaiz678

Active Member
Licensed User
I only need to create a folder with the application name given. I don’t understand where you can insert this name in example Externalstorage ?​
When you use the Externalstorage Library and summon the SelectDIR event, it will open a dialog box that allows the user to determine the virtual folder that the application can always access without asking the user to select the folder again, unless the folder or application is deleted.
 
Upvote 0
Top