Commit 6ae29d86 authored by duho.ro's avatar duho.ro Committed by Vineeta Srivastava
Browse files

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
parent 69f97b34
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment