I'm building an Android app with Unity/NGUI 3.6.5, and I'm finding that, due to some NGUI scripts, my app is requiring the Full Network Access permission.
I believe it's due to calls to Application.OpenURL in NGUIContextMenu.cs and NGUIHelp.cs, both in NGUI\Scripts\Editor\, which are part of the import of NGUI to my project.
Are these needed for the use of NGUI, because I'd really like to remove the need for network access permission.
Gabe