diff options
author | Amit Mahajan <amitmahajan@google.com> | 2015-06-26 22:18:01 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-26 22:18:01 +0000 |
commit | 7278b04383cb6c01c2fbb184c560875ab709dea5 (patch) | |
tree | da48c9fc2f8a6bb28c97a3d861e1162b69c343a9 | |
parent | 13c06d6c91e67962b7ffdf92c56e3b01125e4a8d (diff) | |
parent | 895eb134751ec1495baa30362a514275624e5843 (diff) | |
download | frameworks_base-7278b04383cb6c01c2fbb184c560875ab709dea5.zip frameworks_base-7278b04383cb6c01c2fbb184c560875ab709dea5.tar.gz frameworks_base-7278b04383cb6c01c2fbb184c560875ab709dea5.tar.bz2 |
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.
-rw-r--r-- | core/res/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 75ba16b..df51149 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1337,6 +1337,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 --> <!-- ================================== --> |