Question by
unity_SY9Dtw5isV5Sig · Aug 08, 2019 at 07:21 AM ·
androidunity 5developmentpermissions
"unityplayer.SkipPermissionsDialog " causes "Screen Overlay detected" showing when ask for dangerous persimmons
I add "unityplayer.SkipPermissionsDialog" in my android manifest file to avoid show permission ask-dialog when app startup.
<meta-data
android:name="unityplayer.SkipPermissionsDialog"
android:value="true" />
But on some of my devices, such as Samsung T710 (Android OS 6.0.1), when I need a write storage permission, the "Screen Overlay Detected" dialog showed after click "allow". What's happened?
Comment
Your answer
Follow this Question
Related Questions
Delete READ_PHONE_STATE Unity 5.5 9 Answers
What Emulator For Android Is The Best For Unity 3D? 0 Answers
Can't find which lib asks for READ_EXTERNAL_STORAGE (Android) - private photos etc 1 Answer
XML Loading works in PC... but not in Android 0 Answers
How to play a 360 degree video with stereo mode in Unity 3D 0 Answers