Skip to content

Commit fb66fba

Browse files
SanderKondratjevNortalaarmam
authored andcommitted
NFC-50 Add custom URI scheme intent filter for web-eid-mobile:// in AndroidManifest.xml
1 parent 5cc9c74 commit fb66fba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
<data android:mimeType="application/*" />
5959
<data android:mimeType="audio/*" />
6060
</intent-filter>
61+
<intent-filter>
62+
<action android:name="android.intent.action.VIEW" />
63+
64+
<category android:name="android.intent.category.DEFAULT" />
65+
<category android:name="android.intent.category.BROWSABLE" />
66+
67+
<data android:scheme="web-eid-mobile" />
68+
</intent-filter>
6169
</activity>
6270

6371
<activity-alias

0 commit comments

Comments
 (0)