Input settings: Associate keyboard layouts with device/IME subtype.
Implements selection of keyboard layouts using the new InputManager methods that associate keyboard layouts to device/InputMethodInfo/InputMethodSubtype See: Ie88ce1ab77dbfe03ab51d89c1dc9e0a7ddbb3216 Bug: 25752812 Change-Id: Ib76880d66391ca37978054de80f4b3b5147cecc3
This commit is contained in:
@@ -301,7 +301,7 @@ public class KeyboardLayoutDialogFragment extends DialogFragment
|
||||
}
|
||||
}
|
||||
|
||||
static final class KeyboardLayoutLoader extends AsyncTaskLoader<Keyboards> {
|
||||
private static final class KeyboardLayoutLoader extends AsyncTaskLoader<Keyboards> {
|
||||
private final InputDeviceIdentifier mInputDeviceIdentifier;
|
||||
|
||||
public KeyboardLayoutLoader(Context context, InputDeviceIdentifier inputDeviceIdentifier) {
|
||||
|
Reference in New Issue
Block a user