From 4a7f809e41060ca602777be220f47c0bc97de61e 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 Merged-In: Ie25b2ab4284d47abdd5db23676d05b6d547b2a73 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ec4d8efd183..0c33b042b80 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -141,7 +141,8 @@ + android:launchMode="singleTask" + android:configChanges="orientation|screenSize|keyboardHidden">