Android 6.0 multiple permissions

后端 未结 22 1873
太阳男子
太阳男子 2020-11-22 03:58

I know that Android 6.0 has new permissions and I know I can call them with something like this

if (ContextCompat.checkSelfPermission(this, Manifest.permiss         


        
22条回答
  •  心在旅途
    2020-11-22 04:23

    Check the "Asking for multiple permissions at a time" section in this article:

    Things you need to know about Android M permissions

    It's very well explained, and may also touch other related topics you haven't think about.

提交回复
热议问题