ef702d74cd
LNURL-W/P can also be encoded in lud-17 form instead of bech32. https://github.com/lnurl/luds/blob/luds/17.md e.g. lnurlw://example.com/api/test123 lnurlp://example.com/api/test123
11 lines
421 B
XML
11 lines
421 B
XML
<intent-filter >
|
|
<action android:name="android.intent.action.VIEW" />
|
|
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
<data android:scheme="bitcoin" />
|
|
<data android:scheme="lightning" />
|
|
<data android:scheme="lnurlw" />
|
|
<data android:scheme="lnurlp" />
|
|
</intent-filter>
|