cmsdk: Move RECENTS_SHOW_SEARCH_BAR to CMSettings.

Change-Id: Ie34d57b547eb27f4f7629ed6d1fd9cced0ce7fff
This commit is contained in:
Adnan Begovic
2015-11-11 13:20:29 -08:00
parent 063c9854b2
commit 5659f5355d
2 changed files with 15 additions and 0 deletions

View File

@@ -1037,6 +1037,12 @@ public final class CMSettings {
* @hide
*/
public static final String STATUS_BAR_SHOW_WEATHER = "status_bar_show_weather";
/**
* Show search bar in recents
* @hide
*/
public static final String RECENTS_SHOW_SEARCH_BAR = "recents_show_search_bar";
}
/**