UnityAndroidRuntimePermissions
UnityAndroidRuntimePermissions copied to clipboard
How can I read a txt in /storage/emulated/0
Android Version Runtime : 14
I want to read a .txt in /storage/emulated/0 I think I should apply MANAGE_EXTERNAL_STORAGE , but it doesn't work, what should I do T.T I need to read the content of the file through code, instead of having the user manually select the file. is it possible in Android 14(or later) now ?