Merge pull request #4246 from BlueWallet/fix-4202

FIX: open bankid and external explorer
This commit is contained in:
GLaDOS 2021-11-28 11:54:41 +00:00 committed by GitHub
commit b7fe0ceeef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,10 @@
<data android:scheme="lapp" /> <data android:scheme="lapp" />
<data android:scheme="blue" /> <data android:scheme="blue" />
<data android:scheme="aopp" /> <data android:scheme="aopp" />
<data android:scheme="bankid" />
<data android:scheme="swish" />
<data android:scheme="http" />
<data android:scheme="https" />
</intent-filter> </intent-filter>
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />