From e40dea81e73f14bf28d5aeb3e88a4029ab114428 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Fri, 18 May 2018 05:10:12 +0200 Subject: Snap: Check for ACCESS_FINE_LOCATION instead of ACCESS_COARSE_LOCATION ACCESS_FINE_LOCATION is now required for GPS location feature to work. | LocationManager: java.lang.SecurityException: "gps" location provider requires ACCESS_FINE_LOCATION permission. Change-Id: I6b2f11bdab719cb9fc74a67a8e91ad558269d579 --- AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d4bc99be3..237f559f8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -7,8 +7,6 @@ android:minSdkVersion="23" android:targetSdkVersion="28" /> - - -- cgit v1.2.3