From 908fbc0a20ab529e298538293416b3c286731e2a Mon Sep 17 00:00:00 2001 From: "Chris.CC Lee" Date: Fri, 29 Apr 2022 15:52:49 +0800 Subject: [PATCH] [Gs101] Add NEARBY_WIFI_DEVICES for Restore We used ACCESS_FINE_LOCATION to start a WiFi P2P connection. From Android T, the required permission is changed to NEARBY_WIFI_DERVICES instead. Bug: 219855567 Test: Manual tested on Oriole. Used a local built Restore APK which declares the use of the permission. Push that APK to the test Oriole and validate the permission is granted by default. Change-Id: I56924aa3e0250c94bc4fefe5d9b901b4e23d0c2b --- default-permissions.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default-permissions.xml b/default-permissions.xml index cf2e7b76..0170254a 100644 --- a/default-permissions.xml +++ b/default-permissions.xml @@ -80,7 +80,9 @@ + +