We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc9c74 commit fb66fbaCopy full SHA for fb66fba
app/src/main/AndroidManifest.xml
@@ -58,6 +58,14 @@
58
<data android:mimeType="application/*" />
59
<data android:mimeType="audio/*" />
60
</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>
69
</activity>
70
71
<activity-alias
0 commit comments