Android applications declare what permissions they require in their Android App Manifest. This page explains how to manage permissions for an Android application. For a list of the possible permissions, see Manifest.permission.
Android アプリマニフェストファイルの修正と権限の管理は、以下のいずれかの方法で行えます。
Note: Depending on the Player Settings and Unity APIs that the application uses, Unity automatically adds some required permissions to the Unity Unity Library Manifest. For more information, see Unity-handled permissions.
The simplest way to add new permissions for an application is to create a template Unity Unity Library Manifest file and add the permissions to it.
For more information, see Create a template Unity Unity Library Manifest file.
最終的な Android アプリマニフェストファイルにどのパーミッションを含めるかを完全に制御するには、プロジェクトをエクスポートし、Android Studio で Android アプリマニフェストを編集してください。
For more information, see Edit the Android App Manifest in Android Studio.