feat: improve nwc qr code ux

This commit is contained in:
2026-06-10 16:08:38 +02:00
parent 2ef9a52e6e
commit 237cc74519
9 changed files with 307 additions and 89 deletions
+8
View File
@@ -17,6 +17,14 @@
<uses-feature android:name="android.hardware.nfc" android:required="false" />
<uses-feature android:name="android.hardware.nfc.hce" android:required="false" />
<queries>
<!-- Allows resolveActivity() to see apps that handle the NWC URI scheme -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="nostr+walletconnect" />
</intent>
</queries>
<application
android:name=".GudariWalletApplication"
android:allowBackup="true"