MiniPlaneterKUET / MapDemo

Googles Map Demo repo updated to latest android SDK [working]
MIT License
0 stars 1 forks source link

Android 6.0 Permissions #2

Open ghost opened 8 years ago

ghost commented 8 years ago

This example is not working, since if you build with (latest) targetSdkVersion 23 you need to check for permissions. If you don't do that application crashes on start. Setting on targetSdkVersion 22 is not a legit solution, that's only temporary fix.

manashmandal commented 8 years ago

Thanks for your comment. I'll sort that out whenever I get chance. You can contribute if you'd like.