Back to Browse

Run time Permission in Android Studio

303 views
Mar 11, 2020
12:26

In this video we will learn, how to request a WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permission at run time, which is necessary since Android 6.0 (Marshmallow), whereas before this permission would be granted at the installation process. For this we will use the checkSelfPermission and requestPermissions methods and show a rationale to the user at the appropriate time with the shouldShowRequestPermissionRationale method.

Download

0 formats

No download links available.

Run time Permission in Android Studio | NatokHD