Difference Between uses-permission-sdk-23 and uses-permission?

前端 未结 6 1035
名媛妹妹
名媛妹妹 2021-02-05 05:17

I just come to know newer tag in android manifest file called \"uses-permission-sdk-23\"



        
6条回答
  •  遇见更好的自我
    2021-02-05 05:27

    user-permission-sdk-23 specifies that the app that wants a particular permission is running on SDK version 23 or higher. It is used when you update your app to run SDK 23 elements and the users running a lower API which does not support the new elements.

    Android manifest - user permissions

提交回复
热议问题