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

@@ -27,7 +27,7 @@ import static android.os.UserManager.DISALLOW_SET_WALLPAPER;
public class WallpaperPreferenceController extends AbstractPreferenceController implements
PreferenceControllerMixin {
private static final String KEY_WALLPAPER = "wallpaper";
public static final String KEY_WALLPAPER = "wallpaper";
public WallpaperPreferenceController(Context context) {
super(context);