Android Question Android 14 - Runtime permissions for external storage do not work

hatzisn

Expert
Licensed User
Longtime User
Good morning everyone,

I noticed recently that some apps that run smoothly in Android 13 cannot be installed/run on Android 14 and the problem is as per the title.
I googled it and came up at this. How can I utilize what is described as the answer?

Answer in stackoverflow :
Hmm I have realized my mistake in my case. There is no need to request the Manifest.permission.MANAGE_EXTERNAL_STORAGE permission at runtime. Just declare it in manifest then start an intent with this action ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION to drive users to the permission settings board and they will turn on directly if they want. That is the way!

 

hatzisn

Expert
Licensed User
Longtime User
Upvote 0
Top