Android Question RuntimePermissions and READ_MEDIA_AUDIO

MrKim

Well-Known Member
Licensed User
Longtime User
I requested READ_MEDIA_AUDIO in the manifest but did not see it as an option in runtimepermission lib. It was added to requested permissions for my app but not allowed.
Is it now a dangerous permission that needs to be requested?
I notice someone has written a new lib Here do i need to use that now? I would prefer to stay with the built-in pm.
 

drgottjr

Expert
Licensed User
Longtime User
since sdk33:

B4X:
rp.CheckAndRequest("android.permission.READ_MEDIA_AUDIO")
 
Upvote 0
Solution
Top