summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorduho.ro <duho.ro@lge.com>2014-10-01 15:24:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-01 15:24:13 +0000
commitda2c8e197ca72a813dff41b698d30be42c02ba55 (patch)
tree3c2dcb207cae5a1a03c045ce17802ae28c24dc51
parente2a37f8fd10f0a2bab34304959d3c3994c0b7fac (diff)
parent7bbd800a44bf99ff2f021fe78868399372d8824a (diff)
downloadStk-da2c8e197ca72a813dff41b698d30be42c02ba55.tar.gz
am 7bbd800a: am 6ae29d86: STK: fixing to send intent when card status changed
* commit '7bbd800a44bf99ff2f021fe78868399372d8824a': STK: fixing to send intent when card status changed
-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>