Author Topic: Android Build requiring Full Network Access  (Read 1651 times)

UndercoverDesigns

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 7
    • View Profile
Android Build requiring Full Network Access
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Android Build requiring Full Network Access
« Reply #1 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.