Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sinpowei committed Aug 2, 2015
1 parent fb1fd9d commit 2f554ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sinpo.nfcspy"
android:versionCode="6"
android:versionName="1.0.150507" >
android:versionCode="7"
android:versionName="1.0.150710" >

<uses-sdk
android:minSdkVersion="14"
Expand Down
2 changes: 1 addition & 1 deletion res/xml/apdu7816.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<ins name="Read Record Stamped" val="B6" spec="EN726" />
<ins name="Get Response" val="C0" spec="TS51.011" />
<ins name="Envelope" val="C2" spec="EN726" />
<ins name="Get Lock Proof" val="CA" spec="PBOC" />
<ins name="Get Data" val="CA" spec="PBOC" />
<ins name="Extend" val="D4" spec="EN726" />
<ins name="Load Key File Lock Manage Channel" val="D8" spec="OP" />
<ins name="Update CAPP Data Cache" val="DC" spec="OP" />
Expand Down
3 changes: 3 additions & 0 deletions res/xml/hce_aids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<aid-filter android:name="A000000333010102" /> <!-- union pay credit -->
<aid-filter android:name="A000000333010103" /> <!-- union pay quasi-credit -->
<aid-filter android:name="A000000333010106" /> <!-- union pay electronic cash -->

<aid-filter android:name="A000000632010105" /> <!-- t-union e-cash (china) -->
<aid-filter android:name="A000000632010106" /> <!-- t-union e-purse (china) -->

<aid-filter android:name="A0000000031010" /> <!-- visa credit or debit -->
<aid-filter android:name="A0000000032010" /> <!-- visa electron -->
Expand Down

0 comments on commit 2f554ea

Please sign in to comment.