Android Question While instalation I can not see Message for : PERMISSION_WRITE_EXTERNAL_STORAGE

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends, I want use with SDK33 this:
rper.CheckAndRequest(rper.PERMISSION_WRITE_EXTERNAL_STORAGE)
wait for Activity_PermissionResult(permission As String, result As Boolean)
I think something changed, because now in my app it is not possible to use. While instalation I not see this permission.

My question is:

Have I put some code to Manifest editor if I want to use that code?
rper.CheckAndRequest(rper.PERMISSION_WRITE_EXTERNAL_STORAGE)
wait for Activity_PermissionResult(permission As String, result As Boolean)
Thank you,
p4ppc
 

DonManfred

Expert
Licensed User
Longtime User
all restrictions and solutions are listed here:
 
Upvote 1
Top