kivy: add intent filter for bitcoin scheme
This commit is contained in:
7
gui/kivy/tools/bitcoin_intent.xml
Normal file
7
gui/kivy/tools/bitcoin_intent.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<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" />
|
||||
</intent-filter>
|
||||
@@ -101,7 +101,7 @@ android.private_storage = True
|
||||
#android.ouya.icon.filename = %(source.dir)s/data/ouya_icon.png
|
||||
|
||||
# (str) XML file to include as an intent filters in <activity> tag
|
||||
#android.manifest.intent_filters = nfc_filter.xml
|
||||
android.manifest.intent_filters = gui/kivy/tools/bitcoin_intent.xml
|
||||
|
||||
# (list) Android additionnal libraries to copy into libs/armeabi
|
||||
#android.add_libs_armeabi = lib/android/*.so
|
||||
|
||||
Reference in New Issue
Block a user