summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Amit Mahajan <amitmahajan@google.com> 2015-06-26 22:14:24 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-06-26 22:14:24 +0000
commiteee86342713a7c89c30933a22f8b7e190d3af10f (patch)
tree1fab99323bf0236b855cd514f24fcdbbcd908987
parent7496e153f4308b39df9c53615770f44f593c3504 (diff)
parent9edf7ad563ead119698ac3106b699515bd160ffe (diff)
am 9edf7ad5: DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
* commit '9edf7ad563ead119698ac3106b699515bd160ffe': DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
-rw-r--r--core/res/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index ca311096c126..529b9b52890d 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1120,6 +1120,11 @@
android:description="@string/permdesc_bind_call_service"
android:label="@string/permlab_bind_call_service" />
+ <!-- Allows an application to receive STK related commands.
+ @hide -->
+ <permission android:name="android.permission.RECEIVE_STK_COMMANDS"
+ android:protectionLevel="system|signature" />
+
<!-- ================================== -->
<!-- Permissions for sdcard interaction -->
<!-- ================================== -->