From e4682110989476641667d037bf96d821d638617b Mon Sep 17 00:00:00 2001 From: "Chris.CC Lee" Date: Wed, 26 Oct 2022 12:25:21 +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: Ie618fb763d31da8cf1405bc043ca876f8fdcc327 --- default-permissions.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/default-permissions.xml b/default-permissions.xml index 3e308ea9..baee102a 100644 --- a/default-permissions.xml +++ b/default-permissions.xml @@ -85,8 +85,6 @@ - -