Merge "Reduce number of wallpaper results in search." into oc-dr1-dev am: 63c63ff640

am: 301dfdd8d1

Change-Id: Iab4d5c24b9ac7cee39af3bcc14631fa09bb455c5
This commit is contained in:
Andrew Sapperstein
2017-06-29 04:52:32 +00:00
committed by android-build-merger
4 changed files with 9 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ public class DisplaySettings extends DashboardFragment {
public List<String> getNonIndexableKeys(Context context) {
List<String> keys = super.getNonIndexableKeys(context);
keys.add(KEY_DISPLAY_SIZE);
keys.add(WallpaperPreferenceController.KEY_WALLPAPER);
return keys;
}