techyourchance / android_mvc_tutorial

Android MVC tutorial application

Home Page:http://www.techyourchance.com/mvc-and-mvp-architectural-patterns-in-android-part-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime permission on Android 6.0+

chinalwb opened this issue · comments

Great tutorial and great demo!

The application crashes on my Android 7 phone, it caused by no permission to read_sms.

I think add the runtime permission request code would be helpful for others.

If you have no time for that I can try that with a PR.

Thanks for your tutorial!