From 32a2ebb66f3fef7cc2e062c32f6836d614308053 Mon Sep 17 00:00:00 2001 From: Rin Patch Date: Thu, 10 Mar 2022 19:14:44 +0300 Subject: ui: 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: Rin Patch 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-59-g8ed1b