I think you missed the part where I mentioned about adb command. After adding permission in manifest, just run below adb command while your phone is connected to pc with USB debugging on. adb shell appops set --uid com.emby.embyserver MANAGE_EXTERNAL_STORAGE allow   To check whether Permission is added or not, run - dumpsys package com.emby.embyserver | grep -e "android.permission.MANAGE_EXTERNAL_STORAGE"  
    • Thanks
    1