cmsdk: Move T9_SEARCH_INPUT_LOCALE to CMSettings.

Change-Id: I446ecc4e2b5981a86218fa8867ab771d422dce21
This commit is contained in:
Adnan Begovic
2015-11-11 15:05:38 -08:00
parent 1f6c75a4cf
commit 59febe112d
2 changed files with 15 additions and 0 deletions

View File

@@ -1049,6 +1049,12 @@ public final class CMSettings {
* @hide
*/
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";
}
/**