From ff981db4a5236db5c23f8aa5abab667e0070b085 Mon Sep 17 00:00:00 2001 From: "Chris.CC Lee" Date: Wed, 26 Oct 2022 12:29:47 +0800 Subject: [PATCH] [Gs101] 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: I097e27608f3b2e1e65945a7bed46d1e41dcbe376 --- default-permissions.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/default-permissions.xml b/default-permissions.xml index d65d7aaf..9073e93d 100644 --- a/default-permissions.xml +++ b/default-permissions.xml @@ -82,8 +82,6 @@ - -