From 2bb88a354ff684693a3f3787ddd99c1b3514684c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 12 Sep 2021 15:13:40 -0700 Subject: Android: hardcode permissions and don't ask for features That seems to be the way to force it to not request FINE_LOCATION or GPS access. If I leave this on 'auto' then the dependency on QtPositioning (for showing the map) appears enough for it to claim access to GPS location. I no longer want to deal with the Google Play police for that. Signed-off-by: Dirk Hohndel --- android-mobile/AndroidManifest.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index e4f8df3ac..6c3a09d3f 100644 --- a/android-mobile/AndroidManifest.xml +++ b/android-mobile/AndroidManifest.xml @@ -91,14 +91,22 @@ - + %% no space here INSERT_PERMISSIONS + this always requests FINE_LOCATION which I no longer want to deal with - so instead manually request what we know we need. + stupidly COARSE LOCATION appears to be necessary for BLE + --> + + + + + + - + -- cgit v1.2.3-70-g09d2