am 2a12d29b: DO NOT MERGE Change to add STK_PERMISSION for stk related commands.

* commit '2a12d29ba2fedfa8f96b346a9f2d9a2a789923f0':
  DO NOT MERGE Change to add STK_PERMISSION for stk related commands.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c408fe2..0aee2c4 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,6 +23,7 @@
     <original-package android:name="com.android.stk" />
 
     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+    <uses-permission android:name="android.permission.RECEIVE_STK_COMMANDS" />
 
     <application android:icon="@drawable/ic_launcher_sim_toolkit"
         android:label="@string/app_name"