From 6f9d7ee633745c1b60ece48d24b2acedf89b1988 Mon Sep 17 00:00:00 2001 From: sanryhuang Date: Sat, 28 Apr 2018 00:13:33 +0800 Subject: [PATCH] Fix User unable to view the keyboard input Use extracted mode instead and go fullscreen when replying for a message through notification in landscape mode Test: manual test Test: atest Change-Id: I2e39ba782ad2468169108b01b3deaa554eb25463 Fixes:73275201 --- packages/SystemUI/res/layout/remote_input.xml | 2 +- .../android/systemui/statusbar/policy/RemoteInputView.java | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/remote_input.xml b/packages/SystemUI/res/layout/remote_input.xml index b5d48b4636a89..e902c925c2a9c 100644 --- a/packages/SystemUI/res/layout/remote_input.xml +++ b/packages/SystemUI/res/layout/remote_input.xml @@ -42,7 +42,7 @@ android:singleLine="true" android:ellipsize="start" android:inputType="textShortMessage|textAutoCorrect|textCapSentences" - android:imeOptions="actionSend|flagNoExtractUi|flagNoFullscreen" /> + android:imeOptions="actionSend" />