summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPreeti Ahuja <preetia@codeaurora.org>2013-10-01 18:18:55 -0700
committerAmit Mahajan <amitmahajan@google.com>2014-11-18 21:48:12 +0000
commit9591934f86a8e10c1f9c4612883f8b6164ea427f (patch)
tree718431bdc638eddaee218de25ecee1e10934377a /AndroidManifest.xml
parent0f4cf2fb3f49e5a093053d10406b1453fbde2055 (diff)
downloadStk-9591934f86a8e10c1f9c4612883f8b6164ea427f.tar.gz
Stk: Usat Phase 2 feature support
This change combines the following fixes: 1) Usat Phase 2 feature support Added changes to support Idle screen, Language Selection. Fix Display Alpha for proactive commands 2) Fix to display dialog for DISPLAY_TEXT commands For Display Text commands that are low priority, we check the Idle Screen status before displaying the dialog. However, the handling for the result of the Idle Screen request is missing. Add this handling. 3) Fix crash on Idle Mode Text proactive command After checking for screen status, use the saved command object to process the Idle Mode Text command. 4) Stk: Update Manifest for modified Idle Screen Intent Update StkCmdReceiver's intent-filter to use the updated idle screen intent name 5) Stk: General Enhancements to StkAppService i) Support GET_CHANNEL_STATUS command ii)Set mMainCmd to null (SET_UP_MENU) only when we receive a remove menu command iii)Cleanup idlemode text code: Removed the intent extra SCREEN_STATUS_REQUEST which is no longer used (introduced in the change (3) above). 6) Handle LOCALE event properly Bug: 17553408 Change-Id: Ie9a52f62bb520650eec68e3209fab1dd6343fe1c
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f6df05c..fd8489a 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.GET_TASKS"/>
<application android:icon="@drawable/ic_launcher_sim_toolkit"
android:label="@string/app_name"
@@ -90,6 +91,8 @@
<action android:name= "android.intent.action.stk.session_end" />
<action android:name= "android.intent.action.stk.icc_status_change" />
<action android:name= "android.intent.action.stk.alpha_notify" />
+ <action android:name= "android.intent.action.stk.idle_screen" />
+ <action android:name= "android.intent.action.LOCALE_CHANGED" />
</intent-filter>
</receiver>