How to Request Runtime Permissions in Android 6.0+ | PermissionsDispatcher Plugin Tutorial

preview_player
Показать описание
LIKE, SHARE, SUBSCRIBE

Android development is tedious and it isn't getting easier. Luckily shiraji and hotchemi on Github are helping make developing for Android 6.0+ easier. Watch the video to find out how and for a little bee surprise at the end.

Music:

Licensed under Creative Commons: By Attribution 3.0 License

Licensed under Creative Commons: By Attribution 3.0 License

All content is compliant under United States Fair Use Laws
Рекомендации по теме
Комментарии
Автор

Best.
Android.
Tutorial.
/*Channel.*/
Ever!

kishannareshpal
Автор

Could you please make more such videos. People really need to know how to use these repositories and make their life easier. Thank you!

karanthakkar
Автор

I could not get past the build:gradle part at 01:55. When I download the plugin for PermissionDispatcher the installed version is 1.4.6. I put in those dependencies with the 1.4.6 version and I get errors in the bottom window "Messages Gradle Sync" Here are the errors that it's giving me:


Failed to resolve: annotationProcessor

Failed to resolve:


Any suggestions?

mathias
Автор

An awesome tutorial ...thank you so much

HappySingh-opct
Автор

iam getting the following error:

and also errors like cannot resolve symbol

harishbalaji
Автор

Getting this error.
Error:(39, 0)
Gradle DSL method not found: 'complie()'
Possible causes:The project 'Sheets_Attendance' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).

Upgrade plugin to version 2.3.3 and sync projectThe project 'Sheets_Attendance' may be using a version of Gradle that does not contain the method.

The build file may be missing a Gradle plugin.
Apply Gradle plugin



Could you please help. Thank you.

arjunasondhi
Автор

Thanks for the tutorial. After I clicked "generate runtime permissions", android studios shows "cannot resolve symbol RuntimePermissions". Any idea how to solve that?

yuxiang
Автор

It worked for Send sms...but i also want to get permission for storage...will you please tell me what i have to write in methods like you wrote in sendMesssge, sendMessageRationale, sendMessageNever methods.... i am a beginner....thanks for the help

HappySingh-opct