Merge "Add Home / Launcher apps indexing" into lmp-dev

This commit is contained in:
Fabrice Di Meglio
2014-07-22 22:17:42 +00:00
committed by Android (Google) Code Review
7 changed files with 127 additions and 16 deletions

View File

@@ -119,7 +119,7 @@ public final class SearchIndexableResources {
sResMap.put(HomeSettings.class.getName(),
new SearchIndexableResource(
Ranking.getRankForClassName(HomeSettings.class.getName()),
R.xml.home_selection,
NO_DATA_RES_ID,
HomeSettings.class.getName(),
R.drawable.ic_settings_home));