Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
STK: fixing to send intent when card status changed
Browse files Browse the repository at this point in the history
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
  • Loading branch information
duho.ro authored and Vineetas committed Oct 1, 2014
1 parent 69f97b3 commit 6ae29d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -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>

Expand Down

0 comments on commit 6ae29d8

Please sign in to comment.