- Home /
Is there a way to export an android app (apk) that asks for no permissions at all?
I am using Unity 2018 to develop an android game. The app exports and works correctly. However, when installing the app on my device, it asks for "Full Network Permission". There is no network or internet functionality in my code that requires an internet connection. I am also using some plugins for which I am not 100% sure (if they are to blame fot that), so I did a test: I created an empty project, exported it as an apk, and when installing it, it still requires internet permission on my android device. Is there something I can do to avoid that? Is it related to Unity's automated data gathering? Any help would be greatly appreciated!
Your answer
Follow this Question
Related Questions
Can't create an APK after exporting to AndroidStudio Project 0 Answers
"system.componentmodel.win32exception" when trying to run stockfish binary file for android 1 Answer
GoogleVR Builds closes after Splash Screen 0 Answers
Unity processes running after exiting the app and unplugging Android device 0 Answers