How to Handle Android 13 Permission (Storage Permission doesn't work) Android Studio Kotlin

How to Handle Android 13 Permission (Storage Permission doesn't work) Android Studio Kotlin

Coding Meet

1 год назад

21,060 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

coffeejelly
coffeejelly - 26.09.2023 14:13

Thanks a bunch mate, I was tryna fix this error for ages and your video helped out a ton.

Ответить
Mohamed Ayad
Mohamed Ayad - 19.09.2023 18:27

Helpful 👍❤️

Ответить
ONUR GUNDUZ
ONUR GUNDUZ - 18.09.2023 09:39

Greetings from Turkey, the code you wrote prevents the application from crashing. I can give permission in the details of the application, but when I enter the application, it does not ask for permission. What should I do?

Ответить
Adventures with Nitin
Adventures with Nitin - 15.09.2023 11:53

This method realy work in Android 13 . A lot of thanks ❤❤❤❤

Ответить
STARK ENDEAVOURS
STARK ENDEAVOURS - 10.09.2023 18:19

Tell me how to give read external storage permission in Java ?
I'm using Dexter Library, but I can't make the parenthesis empty.

Dexter.withContext(MainActivity.this)
.withPermission()
.withListener(new PermissionListener() {
@Override
public void onPermissionGranted(PermissionGrantedResponse permissionGrantedResponse) {
}

@Override
public void onPermissionDenied(PermissionDeniedResponse permissionDeniedResponse) {
}

@Override
public void onPermissionRationaleShouldBeShown(PermissionRequest permissionRequest, PermissionToken permissionToken) {

}
})
.check();

Tell me what i've to pass in withPermission method? I can't keep it empty!
It's not even detecting when I'm writing Manifest.permission.READ_EXTERNAL_STORAGE
Help me

Ответить
Mohsin Khan
Mohsin Khan - 06.09.2023 12:25

THe Most Perfect Answer Available till now , since External read and write storage is not supported in api 33 so instead just give read image ,video and audio

Ответить
Chirag Redij
Chirag Redij - 20.08.2023 20:33

source code to ask multiple permissions? I checked Github but did not find anything about it. Please share the source code

Ответить
Abhinav Gangwar : The Sound of Silence
Abhinav Gangwar : The Sound of Silence - 06.08.2023 20:13

you've just gained a new subscriber....thank you

Ответить
Amit Kulkarni
Amit Kulkarni - 29.07.2023 13:39

Saved my Day

Ответить
Big Hit's
Big Hit's - 14.06.2023 14:54

by the permission of image audio video can we really get the permission to write and read the external storage i actially facing the same issue i tries same doesn't work

Ответить
MD. MAHABUB ALAM
MD. MAHABUB ALAM - 10.06.2023 11:41

thanks Sir , now working

Ответить