基本实现NFC Build View 模块功能。

This commit is contained in:
2026-03-15 20:25:16 +08:00
parent 73c69bd665
commit 7713d6c460
3 changed files with 99 additions and 118 deletions

View File

@@ -293,7 +293,8 @@
<activity
android:name=".termux.NfcTermuxBridgeActivity"
android:exported="true">
android:exported="true"
android:launchMode="singleTop">
<intent-filter>
<action android:name="cc.winboll.nfc.ACTION_EXEC_TERMUX" />
<category android:name="android.intent.category.DEFAULT" />