aboutsummaryrefslogtreecommitdiff
path: root/default-permissions.xml
diff options
context:
space:
mode:
authorChris.CC Lee <chriscclee@google.com>2022-10-26 12:30:58 +0800
committerChris.CC Lee <chriscclee@google.com>2022-10-26 12:47:05 +0800
commitab814464b98b58392c396a6a54f704fcb211e9e6 (patch)
treed7cf11248b31fffc117ccf86c758b0aac7344dcf /default-permissions.xml
parent3c9cc83aca811410563beadab05770af5fea93bf (diff)
downloadcuttlefish-ab814464b98b58392c396a6a54f704fcb211e9e6.tar.gz
[Cuttlefish] 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: Ic3495e394b51eea30780d87f42eb1346effc5df3
Diffstat (limited to 'default-permissions.xml')
-rw-r--r--default-permissions.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/default-permissions.xml b/default-permissions.xml
index 48b0f1718..6409fff20 100644
--- a/default-permissions.xml
+++ b/default-permissions.xml
@@ -54,8 +54,6 @@
<permission name="android.permission.READ_CALL_LOG" fixed="false"/>
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
<!-- Used to set up a Wi-Fi P2P network -->
- <!-- TODO(b/231966826): Remove the location permission after Restore targets to T. -->
- <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
<permission name="android.permission.NEARBY_WIFI_DEVICES" fixed="false"/>
<!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>