OSDN Git Service

Directly show the layout selection screen.
authorMichael Wright <michaelwr@google.com>
Tue, 3 Nov 2015 15:26:01 +0000 (15:26 +0000)
committerMichael Wright <michaelwr@google.com>
Tue, 5 Jan 2016 21:44:42 +0000 (16:44 -0500)
commit17b631988451613393c4656900c1821e23d8434a
tree98ba44d397c7184c6b1c5d85e6fadfd105dab0d4
parent949499948a1ab4834d43c1e239478ddcd004593a
Directly show the layout selection screen.

When a user clicks on the physical keyboard in order to select a
layout, rather than showing them a dialog with an empty list of
layouts, send them straight to the screen where they can pick which
layouts to enable.

Also, only request keyboard layouts that are appropriate for the
input device we're in the process of configuring.

Bug: 25062009
Change-Id: I4483dfc89afc8d148b2cfa7c6a5f66d2a02f712a
src/com/android/settings/inputmethod/InputMethodAndLanguageSettings.java
src/com/android/settings/inputmethod/KeyboardLayoutDialogFragment.java
src/com/android/settings/inputmethod/KeyboardLayoutPickerFragment.java