am 895eb134: am 90224355: DO NOT MERGE Change to add STK_PERMISSION for stk related commands.

* commit '895eb134751ec1495baa30362a514275624e5843':
  DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
This commit is contained in:
Amit Mahajan
2015-06-26 22:18:01 +00:00
committed by Android Git Automerger

View File

@@ -1337,6 +1337,11 @@
android:description="@string/permdesc_control_incall_experience" android:description="@string/permdesc_control_incall_experience"
android:label="@string/permlab_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 --> <!-- Permissions for sdcard interaction -->
<!-- ================================== --> <!-- ================================== -->