mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Added Gmail web OAuth flow
Thanks @cketti for pointing in the right direction!
This commit is contained in:
@@ -469,6 +469,15 @@
|
||||
|
||||
<data android:scheme="eu.faircode.email" />
|
||||
</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:scheme="eu.faircode.email.debug" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<service
|
||||
|
||||
Reference in New Issue
Block a user