左晓为主开发手持机充值管理机
baselibrary/src/main/java/com/dayu/baselibrary/tools/nfc/NfcReadAdapter.java
@@ -19,6 +19,11 @@
    NativeNfcReadHelper nativeNfcReadHelper;
    @Override
    public void setIntent(Intent intent) {
        nativeNfcReadHelper.setIntent(intent);
    }
    public NfcReadAdapter(Intent intent, Activity activity) {
        switch (BaseNfcActivity.adapterType) {
            case ModelUtils.defaultType:
@@ -63,12 +68,20 @@
        switch (BaseNfcActivity.adapterType) {
            case ModelUtils.defaultType:
                return nativeNfcReadHelper.getCardNumber();
        }
        return "";
    }
    public String getCardNumberNoClose() {
        switch (BaseNfcActivity.adapterType) {
            case ModelUtils.defaultType:
                return nativeNfcReadHelper.getCardNumberNoClose();
        }
        return "";
    }
    @Override
    public String getCradTypeAndCardNumber() {
        switch (BaseNfcActivity.adapterType) {