Add NEARBY_WIFI_DEVICES for Restore am: b5d322b061

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18154298

Change-Id: I880de94ff97935226a6fd5f20afbf54340b8dcf5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chris.CC Lee 2022-05-10 20:42:51 +00:00 committed by Automerger Merge Worker
commit f8f7c6b31c

View file

@ -77,7 +77,9 @@
<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"/>
</exception>