|
|
|
@ -255,7 +255,7 @@
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
|
|
|
|
|
<data android:scheme="eu.faircode.email.search" />
|
|
|
|
|
<data android:scheme="${namespace}.search" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
@ -469,16 +469,7 @@
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
<data android:scheme="${namespace}" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
@ -489,7 +480,7 @@
|
|
|
|
|
|
|
|
|
|
<data
|
|
|
|
|
android:host="auth"
|
|
|
|
|
android:scheme="msauth.eu.faircode.email" />
|
|
|
|
|
android:scheme="msauth.${namespace}" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|