When we try to restrain permission list asked at application installation no one of our try does work.
We try to add
<preference name="permissions" value="none"/>
in /config.xml Should we put it in www/config.xml (there is no file with this name actually) we putted it directly in sub path in patch example
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.mycompany.mobile" version="1.0.1">
<preference name="permissions" value="none"/>