Important GPS but not required - android.permission.ACCESS_FINE_LOCATION

Hi, our application use the GPS if its there, but can work without it.

Currently we have declare the following in our build setting:

androidPermissions = {
“android.permission.ACCESS_FINE_LOCATION”,
“android.permission.ACCESS_COARSE_LOCATION”,
“android.permission.INTERNET”,
“android.permission.CALL_PHONE”,
},

How do we support the android not required functionnality ?

Any help would be appreciated, because Google Play is currently filtering all phones without GPS; which is not good for us.

thanks
Nick [import]uid: 28795 topic_id: 31685 reply_id: 331685[/import]