Hello Guest

Author Topic: Network Permissions  (Read 3453 times)

artician

  • Newbie
  • *
  • Posts: 20
    • View Profile
Network Permissions
« on: June 24, 2014, 01:27:06 am »
I'm having some difficulty getting my android build to not require network permissions on the device.
I've stripped out all packages that require network access, and 2Dtk is the only one I haven't seen any advice on this problem for.  Can anyone tell me what scripts, if any, in the toolkit require internet access permissions? 
Because of the way the Android works, even if I've not used any network functions in my code, it still presents the user with the notification that it requests full network permission, and I'd like to not do that to my users.  I tried stripping out the 2dtkUpdateManager and 2dtkUpdateWindow files just in case, but this was just a guess and the project does not compile without these anyway.
Many thanks for any help!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Network Permissions
« Reply #1 on: June 24, 2014, 04:18:16 pm »
tk2d doesn't require any network access. tk2dUpateManager, updateWindow, etc are editor scripts that will not end up in your build.

artician

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: Network Permissions
« Reply #2 on: June 24, 2014, 04:23:03 pm »
That's what I thought, I just wanted to make certain.

Thank you!