summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorduho.ro <duho.ro@lge.com>2014-09-19 07:56:43 +0900
committerVineeta Srivastava <vsrivastava@google.com>2014-09-30 17:06:55 -0700
commit6ae29d86c6c95839269580c2a4d3ebdea32a9497 (patch)
treeb879f79b561411c719f7c98fedab4a7b8f79ef6f /AndroidManifest.xml
parent69f97b347571684f43d4f991062947a321c8ca5d (diff)
downloadStk-6ae29d86c6c95839269580c2a4d3ebdea32a9497.tar.gz
STK: fixing to send intent when card status changed
The intent name is not match with CatService. It affects with install and uninstall STK app when card status changed. Bug:17463742 Change-Id: I9a4bab72411fce39846d7d11e6a15519d58c1d7a
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8a2c2b6..0d58ad8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -81,7 +81,7 @@
<intent-filter>
<action android:name= "android.intent.action.stk.command" />
<action android:name= "android.intent.action.stk.session_end" />
- <action android:name= "qualcomm.intent.action.stk.icc_status_change" />
+ <action android:name= "android.intent.action.stk.icc_status_change" />
</intent-filter>
</receiver>