mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Switched to signed msauth redirect URI
This commit is contained in:
@@ -509,6 +509,18 @@
|
||||
android:host="auth"
|
||||
android:scheme="msauth.${namespace}" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="${namespace}"
|
||||
android:path="/xSLzBBuLJunOQPB89rtzM54FXx4="
|
||||
android:scheme="msauth" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user