Skip to content

Commit a0e574d

Browse files
Amit MahajanThe Android Automerger
authored andcommitted
DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
Bug: 21697171 Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
1 parent d42d72c commit a0e574d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/res/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,11 @@
13331333
android:description="@string/permdesc_control_incall_experience"
13341334
android:label="@string/permlab_control_incall_experience" />
13351335

1336+
<!-- Allows an application to receive STK related commands.
1337+
@hide -->
1338+
<permission android:name="android.permission.RECEIVE_STK_COMMANDS"
1339+
android:protectionLevel="system|signature" />
1340+
13361341
<!-- ================================== -->
13371342
<!-- Permissions for sdcard interaction -->
13381343
<!-- ================================== -->

0 commit comments

Comments
 (0)