All your questions are answered in that thread:
View attachment 108994
Erel, sorry for being a pest...
i'm not trying to use these permissions or commands
i am trying to get permission
For Each permission As String In Array(rp.PERMISSION_READ_PHONE_STATE, rp.PERMISSION_READ_EXTERNAL_STORAGE, rp.PERMISSION_CAMERA)
if i omit the external memory read permission - it works
when i use it the app crashes
what i need is this
SaveDir = File.DirDefaultExternal
and then to read some data stored there and move it to internal and no more external
on 28 all fine
29 or 30 - crash
what can i do to overcome this hurdle ?
thanks again (and i'm not trying to test your patience
)