We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42d72c commit a0e574dCopy full SHA for a0e574d
core/res/AndroidManifest.xml
@@ -1333,6 +1333,11 @@
1333
android:description="@string/permdesc_control_incall_experience"
1334
android:label="@string/permlab_control_incall_experience" />
1335
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
+
1341
<!-- ================================== -->
1342
<!-- Permissions for sdcard interaction -->
1343
0 commit comments