8000 Permissions dialog not being skipped · Issue #21 · sanukin39/UniAndroidPermission · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Permissions dialog not being skipped #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
katie-powell opened this issue Sep 26, 2018 · 0 comments
Open

Permissions dialog not being skipped #21

katie-powell opened this issue Sep 26, 2018 · 0 comments

Comments

@katie-powell
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0