From ee12a2ca7d04e27d24b7c0e7614c2cff8e9c2f86 Mon Sep 17 00:00:00 2001 From: "Chris.CC Lee" Date: Wed, 26 Oct 2022 12:38:52 +0800 Subject: [PATCH] Drop the ACCESS_FINE_LOCATION for Restore With Android T, GoogleRestore uses NEARBY_WIFI_DEVICES to create a hotspot. ACCESS_FINE_LOCATION was used in Android S and no longer needed in Android T. Bug: 231966826 Test: Manual tested on Bramble. Used a GoogleRestore APK which declares the use of the ACCESS_FINE_LOCATION permission but the permission is not granted by default. Change-Id: Ia920623cec62bc013cbfed503d78fd6ad5542fda --- default-permissions.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/default-permissions.xml b/default-permissions.xml index c88cc0b1..8a0f653c 100644 --- a/default-permissions.xml +++ b/default-permissions.xml @@ -75,7 +75,6 @@ -