Rename bitcoin to palladium in android components

Update package names, intent filters and references from org.electrum to org.palladium
This commit is contained in:
2025-11-24 11:06:49 +01:00
parent ee8b7479d4
commit cbd255e673
4 changed files with 6 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ android.add_resources = electrum/gui/qml/android_res/layout:layout
#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 = contrib/android/bitcoin_intent.xml
android.manifest.intent_filters = contrib/android/palladium_intent.xml
# (str) launchMode to set for the main activity
android.manifest.launch_mode = singleTask

View File

@@ -3,6 +3,6 @@
<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="palladium" />
<data android:scheme="lightning" />
</intent-filter>