hello,
Google play tells me that, when downloading my app, it needs "information about wifi".
Which permission asks for this? (and why )
(Perhaps because I "upgraded to Cordova" in Intel XDK?)
Develop games in your browser. Powerful, performant & highly capable.
[quote:m8vbk7lu]NOTE: the NETWORK permission will always be part of your Cordova application, even if no Cordova plugins have been included in your application. This is due to the way the Cordova framework communicates ("bridges the gap") between the HTML5 JavaScript layer and the underlying native code layer.
Quoted from: https://software.intel.com/en-us/xdk/do ... ld-options
Thank you