summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2013-05-17 14:36:42 -0700
committerJay Shrauner <shrauner@google.com>2013-05-17 14:36:42 -0700
commit592c9fc3122eb86cc66f18de4cc29dadb7a12c8c (patch)
tree2d02bee811068d8ec761e7ffbceb5d65d9ef71bc /core/res
parentecd3f2d729188a869c3dfa771ba050e4caaf0dbb (diff)
downloadframeworks_base-592c9fc3122eb86cc66f18de4cc29dadb7a12c8c.zip
frameworks_base-592c9fc3122eb86cc66f18de4cc29dadb7a12c8c.tar.gz
frameworks_base-592c9fc3122eb86cc66f18de4cc29dadb7a12c8c.tar.bz2
Update CALL_PRIVILEGED docs
Add usage restriction note to CALL_PRIVILEGED permission doc. Bug:8987211 Change-Id: I3545e2ae30464680e533e3eea0ff9ae913e20ef6
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
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"