I Want To Use Ask Permission But This Not Work

I Want To Use Ask Permission But This Not Work

android.permission.MANAGE_EXTERNAL_STORAGE

Any permission that is requested must be declared in the Manifest. So far (as far as I know) there is no component or extension that declares (requests) this permission. Therefore, there is only the option of declaring this yourself in the Manifest.

But the important question is, why do you want to request this permission?

1 Like

i am publish my app on play store my app have a video download system

What kind of videos can you download?

video status

mp4 video download

New User Not See Any Permission But Download Work

If your app requests MANAGE_EXTERNAL_STORAGE, the app will most certainly not be approved by Google. But there is also no reason to request this permission.

1 Like