GLBasic forum

Main forum => Bug Reports => Topic started by: MrPlow on 2015-Jul-27

Title: Internet permission Android
Post by: MrPlow on 2015-Jul-27
Guys

Any of you seen this issue (not sure if it is an issue or just normal)

I have "internet" permission in app

But the app is displaying a GPS settings message and its annoying users who think i want to know their location...
but i dont!

Any idea is this showing because of Lollipop version?!

Title: Re: Internet permission Android
Post by: spacefractal on 2015-Jul-27
Property it's changed that way it's works in lollipop.

normally no message is shown, but more just output to logcat.

I'm fix that so it's checking the GPS permission exists or not in next version of AE and then do nothing if not used.

EDIT: Hopefully fixed. Im have just added a PERMISSION check, so GPS code dont try to start at all if that permission is missing.  Also for Gamecontroller support, that is now totally disabled gracefull, if BLUETOOTH permission is missing (all done in SDLActivity.Java).

PS. Im have not seen this on Kitkat nor Jelly Bean, so this must been a Lollipop issue.
Title: Re: Internet permission Android
Post by: spacefractal on 2015-Jul-28
v2.11.3 released (currectly just uploaded and zipped SDLActivity.java. Rest is left unchanged. Howover this might NOT support older versions of AE (mostly due heavy changes to the game controller support to include more platforms).