Android Studio – Trouble Obtaining User Permissions for Internal Storage Access in Android App
I have an Android application, and I want to get the user's permission to read and write to the internal storage. The SDK specifications are: min: 23, target: 35. However, it's not working. Does anyone know why? i use <uses-permission…