(...) Unity automatically adds certain permissions to the manifest. The logic is defined in the filePlatformDependent/AndroidPlayer/Editor/Managed/PostProcessor/Tasks/GenerateManifest.cs :: SetPermissionAttributes
. For example, if your script code referencesApplication.internetReachability
, Unity automatically addsandroid.permission.ACCESS_NETWORK_STATE
to the manifest. You can editGenerateManifest.cs
to remove it. (...)
페이지를 링크합니다 : https://docs.unity3d.com/Manual/android-BuildProcess.html