mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Parametrized namespace
This commit is contained in:
@@ -261,7 +261,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>
|
||||
|
||||
@@ -475,16 +475,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>
|
||||
@@ -495,7 +486,7 @@
|
||||
|
||||
<data
|
||||
android:host="auth"
|
||||
android:scheme="msauth.eu.faircode.email" />
|
||||
android:scheme="msauth.${namespace}" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user