summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2015-06-11 20:36:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-11 20:36:18 +0000
commit22fd53966c9e9bcfcfdbfb860e2f2519d93d5782 (patch)
treeb85d23f56d0b8c92141134ec579ab7a2833b46d6
parent520e941b6cdfbfff5d957d3111291264b9c80840 (diff)
parent0c707655c7a3e35a13430fb0f0f935849c18b8fd (diff)
downloadandroid_packages_apps_Stk-22fd53966c9e9bcfcfdbfb860e2f2519d93d5782.tar.gz
android_packages_apps_Stk-22fd53966c9e9bcfcfdbfb860e2f2519d93d5782.tar.bz2
android_packages_apps_Stk-22fd53966c9e9bcfcfdbfb860e2f2519d93d5782.zip
am 0c707655: Change to add STK_PERMISSION for stk related commands.
* commit '0c707655c7a3e35a13430fb0f0f935849c18b8fd': Change to add STK_PERMISSION for stk related commands.
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 097cf47..668a99e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -24,6 +24,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.GET_TASKS"/>
+ <uses-permission android:name="android.permission.RECEIVE_STK_COMMANDS" />
<application android:icon="@drawable/ic_launcher_sim_toolkit"
android:label="@string/app_name"