I saw you used
for get current ExternalDir without use permission
But when i use this code and deny Storage permission in app's permissions,my app force stoped
I need folder that copy all file example notification sound or other to it without request permission from user
And some library need copy needing file to external
Do i mistake or GetSafeDirDefaultExternal require user permission?
Sorry for My mistakes
B4X:
Dim p As RuntimePermissions
dim path as string
path = p.GetSafeDirDefaultExternal
for get current ExternalDir without use permission
But when i use this code and deny Storage permission in app's permissions,my app force stoped
I need folder that copy all file example notification sound or other to it without request permission from user
And some library need copy needing file to external
Do i mistake or GetSafeDirDefaultExternal require user permission?
Sorry for My mistakes