From 0caab1c80085c6e39a460cb531b697d60b2e5b4c Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Wed, 14 Apr 2021 10:53:15 -0400 Subject: [PATCH] Controls - Restart activity on rotation The user can get stuck with 2 or 4 controls per row. Let the system restart the activity to get the proper layout. Fixes: 185364758 Test: manual, rotate with controls open Change-Id: I501820c29e556b63363decd5a78769f5d6bb09e9 --- packages/SystemUI/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index a83478469637c..173e959540146 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -762,7 +762,7 @@ android:showForAllUsers="true" android:finishOnTaskLaunch="true" android:launchMode="singleInstance" - android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden" + android:configChanges="screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden" android:visibleToInstantApps="true">