In my Application i want to upload file(pdf from downloads and other folders) from mobile to server.
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
Everything working fine. but after uploaded google playstore app continuously rejected because of
Issue found: Not a core feature(Use of All Files Access Permission) The feature you identified that is dependent on this permission does not appear to be critical to the core functionality of your app. Core functionality is defined as the main purpose of the app. Without this core functionality, the app is "broken" or rendered unusable.
what is the alternative for this? without this permission file not able to upload Android 11 and Android 12 devices.