From c5e495bfe561afd6a2e3c309db53fbffd9e4f8dc Mon Sep 17 00:00:00 2001 From: Win Ribeka Date: Mon, 29 Jan 2018 23:50:27 -0500 Subject: [PATCH] Adding task affinity to the share activity. Fixes #7312. Closes #7371 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 75e147c44b..8f1c2d59df 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -156,6 +156,7 @@ android:theme="@style/TextSecure.LightNoActionBar" android:excludeFromRecents="true" android:launchMode="singleTask" + android:taskAffinity="" android:noHistory="true" android:windowSoftInputMode="stateHidden" android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">