Skip to main content

How to skip permission in the app install and show only at run time

add the following line at the activity tag in your androidmanifest.xml file <meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="true" />

Comments