Change Input Settings UI flow.
1. Introduces new UI components as per the new flow 2. Temporarily disables components in the old flow that are to be replaced by the new flow. This is done so we can neatly revert to the old flow if there are issues with the new flow 3. AvailableVirtualKeyboardActivity now responds to android.settings.INPUT_METHOD_SETTINGS intents instead of InputMethodAndLanguageSettingsActivity Bug: 25752812 Change-Id: I728d7ee185827ed328c16cb7abce244557a26518
This commit is contained in:
@@ -38,6 +38,9 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
|
||||
public static final int BILLING_CYCLE = UNDECLARED + 8;
|
||||
public static final int APP_DATA_USAGE = UNDECLARED + 9;
|
||||
public static final int USER_LOCALE_LIST = UNDECLARED + 10;
|
||||
public static final int VIRTUAL_KEYBOARDS = UNDECLARED + 11;
|
||||
public static final int PHYSICAL_KEYBOARDS = UNDECLARED + 12;
|
||||
public static final int ENABLE_VIRTUAL_KEYBOARDS = UNDECLARED + 13;
|
||||
|
||||
/**
|
||||
* Declare the view of this category.
|
||||
|
Reference in New Issue
Block a user