Loading core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -3201,6 +3201,12 @@ public final class Settings { */ public static final String NAVBAR_LEFT_IN_LANDSCAPE = "navigation_bar_left"; /** * Locale for secondary overlay on dialer for t9 search input * @hide */ public static final String T9_SEARCH_INPUT_LOCALE = "t9_search_input_locale"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading Loading
core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -3201,6 +3201,12 @@ public final class Settings { */ public static final String NAVBAR_LEFT_IN_LANDSCAPE = "navigation_bar_left"; /** * Locale for secondary overlay on dialer for t9 search input * @hide */ public static final String T9_SEARCH_INPUT_LOCALE = "t9_search_input_locale"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading