2016-02-11 08:34:40 +01:00
|
|
|
<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" />
|
2021-07-28 10:36:08 +02:00
|
|
|
<data android:scheme="lightning" />
|
2016-02-11 08:34:40 +01:00
|
|
|
</intent-filter>
|