i know if set target sdk 23 need ask users "dangerous" permissions @ runtime responded here: android 6.0 permission error
but permissions listed "normal" , required when app installed. possible somehow mark of "dangerous" requirements have in our manifest act "normal" (to require them on install , not @ runtime) because without of them app cannot function properly. rewriting ask permissions @ runtime not option @ moment, in future.
is possible somehow mark of "dangerous" requirements have in our manifest act "normal" ?
no not possibile.
way avoid managing runtime permissions use target 22.
but pay attention.
the users can revoke permissions app @ time, if app targets lower api level
Comments
Post a Comment