OSDN Git Service

DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
authorAmit Mahajan <amitmahajan@google.com>
Thu, 11 Jun 2015 00:02:39 +0000 (17:02 -0700)
committerThe Android Automerger <android-build@google.com>
Thu, 9 Jul 2015 21:05:00 +0000 (14:05 -0700)
Bug: 21697171
Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b

core/res/AndroidManifest.xml

index ccdb5db..baa4e24 100644 (file)
                 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 -->
     <!-- ================================== -->