From 3840c8893834fb854c5c23211c11deda4dbd2b76 Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Sat, 7 May 2016 14:13:52 -0700 Subject: [PATCH] Change ForcedResizableInfoActivity to handle config. changes This created extra churn in the system during resize due to the activity relaunching. Bug: 28614747 Change-Id: I148b6fca3dad7e10c90085a04bccb99587397912 --- packages/SystemUI/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 31058a98c1346..25dc3575d5f81 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -295,6 +295,7 @@ android:theme="@style/ForcedResizableTheme" android:excludeFromRecents="true" android:stateNotNeeded="true" + android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout" android:exported="false">