QtCreator fails to keep the selected android permissions
-
QtCreator Version 2.5.83
happens in ….
*Project >> Necessitas Qt 4.8.2 for Android armv7a2 >> Run >> Package configurations >> Permissions *For example placing the bellow permissions …
android.permission.ACCESS_NETWORK_STATE android.permission.WRITE_EXTERNAL_STORAGE android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_MULTICAST_STATE android.permission.INTERNET
always removes the last line of
android.permission.INTERNET !!
what can I do to keep all of them ?
or to bypass the problem? (maybe writting directly in the AndroidManifest.xml - what about the deploy package?)Thank you for any help!
Artemis