java - Android: What happens with all the permissions groups that arent listed under android M? -
this doc google lists permissions groups under android m:
https://developer.android.com/preview/features/runtime-permissions.html
and doc links permissions in android permission group:
https://github.com/android/platform_frameworks_base/blob/master/core/res/androidmanifest.xml
now, not permissions existed pre-m exist post-m, leads question: happens these permissions after m comes out?
for example, use_credentials belongs account permissions group - under m neither permission nor group exist. happens app using permission? still work fine? need ask different permission instead? must change manifest @ these unlisted permissions or unlisted permissions supported default post-m?
Comments
Post a Comment