From 575a8842b09a2ff7f70f37f3292d087ed946ea1d Mon Sep 17 00:00:00 2001 From: rinpatch Date: Thu, 10 Mar 2022 19:14:44 +0300 Subject: Exclude TunnelToggleActivity from recents Fixes annoying behavior in quick settings widget, when you enable the tunnel, try to switch to last used app, but instead it switches to the toggle activity and turns the tunnel off. Signed-off-by: rinpatch Signed-off-by: Harsh Shandilya --- ui/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/main/AndroidManifest.xml b/ui/src/main/AndroidManifest.xml index 4c957bd7..4dd38cb2 100644 --- a/ui/src/main/AndroidManifest.xml +++ b/ui/src/main/AndroidManifest.xml @@ -41,7 +41,8 @@ + android:theme="@style/NoBackgroundTheme" + android:excludeFromRecents="true"/> -- cgit v1.2.3