We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef0239 commit 83ed983Copy full SHA for 83ed983
2 files changed
nfcreader/src/main/java/company/tap/nfcreader/internal/NFCApplication.java
@@ -15,7 +15,7 @@
15
* Copyright (c) 2020 Tap Payments.
16
* All rights reserved.
17
**/
18
-public class NFCApplication extends Application {
+public class NFCApplication extends Application {
19
@Override
20
public void onCreate() {
21
super.onCreate();
nfcreader/src/main/java/company/tap/nfcreader/open/reader/TapNfcCardReader.java
@@ -228,6 +228,7 @@ protected void onPostExecute(final Object result) {
228
}
229
230
public Collection<String> extractAtsDescription2(final byte[] pAts) {
231
+ System.out.println("pAts[]"+pAts);
232
return AtrUtils.getDescriptionFromAts(BytesUtils.bytesToString(pAts));
233
234
private byte[] getAts(final IsoDep pIso) {
0 commit comments