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 Library Manifest. For more information, see Unity-handled permissions.
Unity uses templates to produce the final Gradle project files. You can override the template that Unity uses and new permissions for an application via the template.
For more information, refer to Modify Gradle project files with Gradle template files.
The Android Project Configuration Manager represents Gradle project files in C#. You can use the API to add new permissions for an application.
For more information, refer to Modify Gradle project files with Android Project Configuration Manager.
最終的な Android アプリマニフェストファイルにどのパーミッションを含めるかを完全に制御するには、プロジェクトをエクスポートし、Android Studio で Android アプリマニフェストを編集してください。
For more information, refer to Modify Gradle project files with Android Studio.