From 592c9fc3122eb86cc66f18de4cc29dadb7a12c8c Mon Sep 17 00:00:00 2001 From: Jay Shrauner <shrauner@google.com> Date: Fri, 17 May 2013 14:36:42 -0700 Subject: Update CALL_PRIVILEGED docs Add usage restriction note to CALL_PRIVILEGED permission doc. Bug:8987211 Change-Id: I3545e2ae30464680e533e3eea0ff9ae913e20ef6 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/res') diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index d2895b7..619a10b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1962,7 +1962,7 @@ <!-- Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user - to confirm the call being placed. --> + to confirm the call being placed. Not for use by third party apps. --> <permission android:name="android.permission.CALL_PRIVILEGED" android:label="@string/permlab_callPrivileged" android:description="@string/permdesc_callPrivileged" -- cgit v1.1