You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still getting the permission request dialog when my app first boots up. What am I missing / what should I do to stop the request dialog from firing first thing?
Test device is Android 7.1.1
Unity ver 2017.4.10
Minimum API Level 16
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I added your plugin to a test project, and pasted the following into my android manifest file:
<activity android:name="net.sanukin.OverrideUnityActivity" android:label="@string/app_name"
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="true" />
I'm still getting the permission request dialog when my app first boots up. What am I missing / what should I do to stop the request dialog from firing first thing?
Test device is Android 7.1.1
Unity ver 2017.4.10
Minimum API Level 16
Thanks!
The text was updated successfully, but these errors were encountered: