Reduce number of wallpaper results in search.
Previously we indexed the intent in display settings and every app that handled ACTION_SET_WALLPAPER. Now, we only index an app that handles ACTION_SET_WALLPAPER and is the listed package in config_wallpaper_picker_package. Change-Id: Ife81702017e3e8be4a754873d9c453fddf1cbd9e Fixes: 62793068 Test: manual, search wallpaper and observe results
This commit is contained in:
@@ -25,7 +25,7 @@ import static android.os.UserManager.DISALLOW_SET_WALLPAPER;
|
||||
|
||||
public class WallpaperPreferenceController extends PreferenceController {
|
||||
|
||||
private static final String KEY_WALLPAPER = "wallpaper";
|
||||
public static final String KEY_WALLPAPER = "wallpaper";
|
||||
|
||||
public WallpaperPreferenceController(Context context) {
|
||||
super(context);
|
||||
|
Reference in New Issue
Block a user