Add host to msauth intent filter

pull/2075/head
Alex Baker 2 years ago
parent 2a825ce2c7
commit e162cc7809

@ -181,7 +181,9 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="msauth" />
<data
android:host="${applicationId}"
android:scheme="msauth" />
</intent-filter>
</activity>

Loading…
Cancel
Save