From 347ab09dc94aa4ac49e82a656f891f254b50a39b Mon Sep 17 00:00:00 2001 From: Shuo Qian Date: Mon, 7 Dec 2020 13:21:51 -0800 Subject: Add title and description of MANAGE_ONGOING_CALLS Test: Treehugger Bug: 169595473 Change-Id: I7892d9fe2b52f281c7e9309c4e9a7bb0b9c875d1 Merged-In: I7892d9fe2b52f281c7e9309c4e9a7bb0b9c875d1 (cherry picked from commit 3c8bac198e73c98b570d61c08ee62736fd072dbe) --- core/res/AndroidManifest.xml | 4 +++- core/res/res/values/strings.xml | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a9fe5d58af05..714a09d02264 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2206,7 +2206,9 @@ + android:protectionLevel="signature|appop" + android:label="@string/permlab_manageOngoingCalls" + android:description="@string/permdesc_manageOngoingCalls" /> + Manage ongoing calls + + Allows an app to see details about ongoing calls + on your device and to control these calls. + read cell broadcast messages -- cgit v1.2.3-59-g8ed1b