mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Switch to singleTask launch mode
This commit is contained in:
parent
62fcaa6b0b
commit
5402950142
1 changed files with 7 additions and 7 deletions
|
@ -80,7 +80,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivitySetup"
|
android:name=".ActivitySetup"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTask"
|
||||||
android:parentActivityName=".ActivityMain">
|
android:parentActivityName=".ActivityMain">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivityView"
|
android:name=".ActivityView"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTask"
|
||||||
android:parentActivityName=".ActivityMain" />
|
android:parentActivityName=".ActivityMain" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_search"
|
android:label="@string/app_search"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTask"
|
||||||
android:theme="@style/Theme.AppCompat.Translucent">
|
android:theme="@style/Theme.AppCompat.Translucent">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivityCompose"
|
android:name=".ActivityCompose"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTask"
|
||||||
android:parentActivityName=".ActivityView">
|
android:parentActivityName=".ActivityView">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
android:name=".ActivityEML"
|
android:name=".ActivityEML"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:launchMode="singleTop">
|
android:launchMode="singleTask">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
android:name=".ActivityDSN"
|
android:name=".ActivityDSN"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:launchMode="singleTop">
|
android:launchMode="singleTask">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivityBilling"
|
android:name=".ActivityBilling"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:launchMode="singleTop" />
|
android:launchMode="singleTask" />
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".ServiceSynchronize"
|
android:name=".ServiceSynchronize"
|
||||||
|
|
Loading…
Reference in a new issue