summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Amit Mahajan <amitmahajan@google.com> 2015-06-10 17:02:39 -0700
committer Amit Mahajan <amitmahajan@google.com> 2015-06-26 17:33:37 +0000
commit791dd2c67466d2d9dafe58b1258e7718e3f30bc0 (patch)
treecbb9944990c1f6f6b65474c6d1cae2dc63df14d0
parenta6932472d976c63a6b3970aac3607c4fe3a790b9 (diff)
DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
Bug: 21697171 Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
-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 f35b2e878519..39dea014bce9 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1274,6 +1274,11 @@
android:description="@string/permdesc_control_incall_experience"
android:label="@string/permlab_control_incall_experience" />
+ <!-- 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 -->
<!-- ================================== -->