Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e7e7098 authored by Luca Stefani's avatar Luca Stefani Committed by Bruno Martins
Browse files

Specify the component name to start the picker

Change-Id: I13d4d088357bee438ac78b632f08cffbac34ad3f
parent 69bef687
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -216,6 +216,9 @@ public class OptionsPopupView extends ArrowPopup
            intent.putExtra(EXTRA_WALLPAPER_FLAVOR, "wallpaper_only");
        } else {
            intent.putExtra(EXTRA_WALLPAPER_FLAVOR, "focus_wallpaper");
            intent.setComponent(new ComponentName(
                    launcher.getString(R.string.wallpaper_picker_package),
                    "com.android.customization.picker.CustomizationPickerActivity"));
        }
        String pickerPackage = launcher.getString(R.string.wallpaper_picker_package);
        if (!TextUtils.isEmpty(pickerPackage)) {