From e4b695fe454830040812148b1201957f85ee65e2 Mon Sep 17 00:00:00 2001 From: Chris Li Date: Fri, 5 Mar 2021 14:08:11 -0800 Subject: [PATCH] Update resizeableActivity documentation for S In S, we are letterboxing fixed-orientation resizable app in multi window as well. Fix: 181992673 Test: update Javadoc Change-Id: Ia374cb0da55223f028d6f225f82a381d3eacfdb9 --- core/res/res/values/attrs_manifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 45e11ba9820ed..3ba13cd3b4980 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -1370,7 +1370,7 @@

The default value of this attribute is false. --> - + resizeable activities when in multi-window mode before Android 12. -->