Adding Permissions in AndroidManifest.xml in Android Studio?

后端 未结 6 1627
日久生厌
日久生厌 2020-12-07 13:46

In Eclipse we were able to add permissions in AndroidManifest.xml by going to AndroidManifest.xml->Permission-> Adding permissions.

How to add permissions in Androi

6条回答
  •  轮回少年
    2020-12-07 14:15

    You can type them manually but the editor will assist you.

    http://developer.android.com/reference/android/Manifest.permission.html

    You can see the snap sot below.

    enter image description here

    As soon as you type "a" inside the quotes you get a list of permissions and also hint to move caret up and down to select the same.

    enter image description here

提交回复
热议问题