OpenTreeMap / otm-android

An OpenTreeMap client for Android. The OpenTreeMap code can be downloaded at https://github.com/OpenTreeMap/otm-core.
Other
23 stars 22 forks source link

Support new app permissions model in android M #210

Open maurizi opened 9 years ago

maurizi commented 9 years ago

App permissions for apps targeting Android M will be changing to allow choosing which permissions are allowed when the app first tries to use it, similar to iOS.

In order to support this, we will need to up targetSdk version, which is currently set to 16, which may require style changes to accommodate material design.