From dfdee636e3e140f1c21985e7ffc893279206b23e Mon Sep 17 00:00:00 2001 From: sqian Date: Thu, 30 Jan 2020 14:14:43 -0800 Subject: Add LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH into Shell permission > Is the minimally scoped permission that needs to be added? This is a minimal permission for always listening to signal strength. > What options did you explore that did not need this permission? CTS is required by API council; Telephony CTS is using shell to have system permission. I don't see other options. Integrate the callback of LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH Test: CTS; https://paste.googleplex.com/5811446241820672 Bug: 147322848 Change-Id: Id5afd261a7f00c25e3af3558f30fb92aad42f060 --- packages/Shell/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/Shell/AndroidManifest.xml') diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 5a5a7576484e..09eece8a4746 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -211,6 +211,9 @@ + + + -- cgit v1.2.3-59-g8ed1b