summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2015-06-10 17:02:39 -0700
committerThe Android Automerger <android-build@google.com>2015-07-09 14:05:00 -0700
commita5e904e7eb3aaec532de83ca52e24af18e0496b4 (patch)
tree16ee0e9280af1acbef4f9d93287b2d80fd73270e
parente3cde784e3d99966f313fe00dcecf191f6a44a31 (diff)
downloadbase-a5e904e7eb3aaec532de83ca52e24af18e0496b4.tar.gz
DO NOT MERGE Change to add STK_PERMISSION for stk related commands.android-5.1.1_r9android-5.1.1_r10
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 ccdb5db3d647..baa4e24b1f3c 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1333,6 +1333,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 -->
<!-- ================================== -->