Added Gmail web OAuth flow

Thanks @cketti for pointing in the right direction!
This commit is contained in:
M66B
2022-07-16 13:07:38 +02:00
parent 86267a654f
commit c10abc0db0
8 changed files with 59 additions and 6 deletions

View File

@@ -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