帖子
帖子
用户
博客
课程
显示全部楼层
46
帖子
1
勋章
902
Y币

[插件开发] 如果接受新的Intent

[复制链接]
发表于 2022-7-20 11:04:30
@Override
protected void onNewIntent(Intent intent) {  
    super.onNewIntent(intent);  
    //当该Activity接收到NFC标签时,运行该方法  
    //调用工具方法,读取NFC数据  
    String str = NfcUtils.rendFromTag(intent);  
}
这段代码如何写入模块里面?

216
帖子
5
勋章
5909
Y币
自己新打开一个activity页面。
您需要登录后才可以回帖 登录

本版积分规则