From e53d70babc944ca889078d4a9156b80bd1fe900b Mon Sep 17 00:00:00 2001 From: tom hsu Date: Tue, 2 Nov 2021 20:19:23 +0800 Subject: [PATCH] [Settings] Avoid crash from rotation screen. Bug: b/200822579 Test: Local test Change-Id: Ie25b2ab4284d47abdd5db23676d05b6d547b2a73 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8a69e04ff4b..d792cdc96ea 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -233,7 +233,8 @@ + android:launchMode="singleTask" + android:configChanges="orientation|screenSize|keyboardHidden">