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.
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 to16
, which may require style changes to accommodate material design.