Parametrized namespace

This commit is contained in:
M66B
2022-11-22 15:27:57 +01:00
parent 6058706825
commit cd977705db
6 changed files with 17 additions and 60 deletions

View File

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