How to skip permission in the app install and show only at run time August 27, 2016 add the following line at the activity tag in your androidmanifest.xml file <meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="true" /> Read more