Support importing cards shared from loyalty-card-locker

This commit is contained in:
Sylvia van Os
2020-10-24 14:27:33 +02:00
parent 799b82e199
commit a29edd90ac
6 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="stateHidden"
android:exported="true">
<intent-filter android:label="@string/intent_import_card_from_url">
<intent-filter android:label="@string/app_name">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
@@ -53,6 +53,9 @@
<data android:scheme="https"
android:host="@string/intent_import_card_from_url_host"
android:pathPrefix="@string/intent_import_card_from_url_path_prefix" />
<data android:scheme="https"
android:host="@string/intent_import_card_from_url_host_old"
android:pathPrefix="@string/intent_import_card_from_url_path_prefix_old" />
</intent-filter>
</activity>
<activity