summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPreeti Ahuja <preetia@codeaurora.org>2014-10-30 13:28:37 -0700
committerLinux Build Service Account <lnxbuild@localhost>2014-11-04 08:53:59 -0700
commit9cce1d47b3ef2ea117c4e4954d675d893f80ca82 (patch)
tree12a6336c8d65a7f570151652fb4d81faeaf7dbf1
parentec9197c6adf4f82be4687c621ef137f945a1e408 (diff)
downloadandroid_packages_apps_Stk-staging/cm-12.0-caf.tar.gz
android_packages_apps_Stk-staging/cm-12.0-caf.tar.bz2
android_packages_apps_Stk-staging/cm-12.0-caf.zip
Stk: Correct the intent namestaging/cm-12.0-caf
The intent name does not match with the name in AppInterface. Due to this, the StkAppService does not clean up its objects when the sim is removed and this also affects the installation and uninstallation of the Stk app when the sim state changes. Change-Id: I757472fe333266fbf8c44c5013b879386dcf8253 CRs-Fixed: 746446
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 37b7dc9..ff7d0fa 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -112,7 +112,7 @@
<intent-filter>
<action android:name= "android.intent.action.stk.command" />
<action android:name= "android.intent.action.stk.session_end" />
- <action android:name= "org.codeaurora.intent.action.stk.icc_status_change" />
+ <action android:name= "android.intent.action.stk.icc_status_change" />
<action android:name= "org.codeaurora.intent.action.stk.alpha_notify" />
<action android:name= "org.codeaurora.intent.action.stk.idle_screen" />
<action android:name= "android.intent.action.LOCALE_CHANGED" />