Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: UndercoverDesigns on June 27, 2014, 01:26:09 PM

Title: Android Build requiring Full Network Access
Post by: UndercoverDesigns on June 27, 2014, 01:26:09 PM
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
Title: Re: Android Build requiring Full Network Access
Post by: ArenMook on June 27, 2014, 02:07:35 PM
You can safely remove those functions. In fact, I'll comment them out in the next version.