'App rejection on play console by reason Issue: Need to use Media Store API or No Access to Files and Issue: Not a core feature

i have an opal video player app I was publish this app on play console but my app rejected with issues that Issue: Not a core feature Issue: Need to use Media Store API or No Access to Files I have in very big problem so please sir help me my is an offline video player using external storage with access of memoiry card

My permission is bellow

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
    <uses-permission
        android:name="android.permission.WRITE_EXTERNAL_STORAGE"
        tools:ignore="ScopedStorage" />
    <uses-permission
        android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
        tools:ignore="ScopedStorage" /> ```

so please solve thius error somebody




Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source