Android是否可以接收写入NFC标签(模拟空NFC标签)?
创始人
2024-10-10 12:01:10
0

Android 可以接收写入 NFC 标签并进行模拟。下面给出一个 Java 示例代码实现:

1.首先在 AndroidManifest.xml 文件中添加以下权限:

2.接下来创建一个新的 Activity,并定义以下变量:

private NfcAdapter nfcAdapter; private NdefMessage ndefMessage; private PendingIntent pendingIntent;

3.实现 onCreate() 方法,初始化变量和 pendingIntent:

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);

// 获取 NFC 适配器
nfcAdapter = NfcAdapter.getDefaultAdapter(this);

// 创建 PendingIntent 对象
pendingIntent = PendingIntent.getActivity(this, 0,
        new Intent(this, getClass()).addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP), 0); 

}

4.在 onResume() 中启动前台调度系统:

@Override protected void onResume() { super.onResume();

// 启动前台调度
if (nfcAdapter != null) {
    nfcAdapter.enableForegroundDispatch(this, pendingIntent, null, null);
}

}

5.在 onNewIntent() 中处理标签写入操作:

@Override protected void onNewIntent(Intent intent) { super.onNewIntent(intent);

// 检查是否写入 NFC 标签
if (NfcAdapter.ACTION_TAG_DISCOVERED.equals(intent.getAction())) {
    // 获取标签对象
    Tag tag = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG);

    // 创建 NdefRecord 对象
    NdefRecord ndefRecord = new NdefRecord(NdefRecord.TNF_EMPTY, null, null, null);
    
    // 将 NdefRecord 对象添加到 NdefMessage 中
    ndefMessage = new NdefMessage(new NdefRecord[] {ndefRecord});
    
    // 如果标签支持 Ndef,则写入标签并将 NdefMessage 写入标签
    if (tag != null) {
        Ndef ndef = Ndef.get(tag);
        if (ndef != null) {
            try {
                ndef.connect();
                ndef.writeNdefMessage(ndefMessage);
                ndef.close();
                Toast.makeText(this, "标签写入成功", Toast.LENGTH_SHORT).show();
            } catch (IOException | FormatException e) {
                e.printStackTrace();
            }
        }
    }        
}    

}

6.最后在 onPause() 中停止前台调度系统:

@Override protected void onPause() { super.onPause();

// 停止前台调度
if (nfcAdapter != null) {
    nfcAdapter.disableForegroundDispatch(this);
}

}

该示例实现了检查标签是否支持 Ndef、创建 NdefRecord、创建 NdefMessage、写入 NdefMessage,并将标签写入标签的操作。

相关内容

热门资讯

截至发稿"微乐小程序... 截至发稿"微乐小程序黑科技,微乐内蒙古自建房脚本免费下载"其实是真的有外开挂神器-20261、该软件...
专业讨论!"微乐小程... 专业讨论!"微乐小程序黑科技,微信微乐陕西挖坑小程序破解器"竟然存在有外开挂脚本-20261、在微乐...
第3分钟窍要!德扑之心免费透视... 第3分钟窍要!德扑之心免费透视(透视)一贯是有辅助下载(哔哩哔哩)该软件可以轻松地帮助玩家将德扑之心...
第七分钟阶段!hhpoker怎... 第七分钟阶段!hhpoker怎么破解(透视)竟然有辅助开挂(哔哩哔哩)该软件可以轻松地帮助玩家将hh...
九分钟秘籍!wepoker私人... 九分钟秘籍!wepoker私人局俱乐部辅助(透视)总是是有辅助下载(哔哩哔哩)1、这是跨平台的wep...
7分钟课程!wepoker究竟... 7分钟课程!wepoker究竟有没有透视(透视)切实是真的有辅助安装(哔哩哔哩)1、用户打开应用后不...
第三分钟教程书!wepoker... 第三分钟教程书!wepoker轻量版辅助(透视)果然有辅助教程(哔哩哔哩)该软件可以轻松地帮助玩家将...
六分钟大纲!wepoker插件... 六分钟大纲!wepoker插件辅助(透视)本来是有辅助透视(哔哩哔哩)运wepoker插件辅助辅助工...
第六分钟策略!拱趴大菠萝挂哪里... 第六分钟策略!拱趴大菠萝挂哪里(透视)好像是真的有辅助神器(哔哩哔哩)1、拱趴大菠萝挂哪里辅助软件下...
5分钟技法!wpk透视工作室(... 5分钟技法!wpk透视工作室(透视)切实是有辅助教程(哔哩哔哩)wpk透视工作室脚本下载中分为三种模...