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

Commit f378343d authored by Chuck Liao's avatar Chuck Liao Committed by Automerger Merge Worker
Browse files

Merge "Clean up some useless code" into sc-dev am: ab4c46aa

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/15051586

Change-Id: If2b9ad151ce8799493e7b9e333004f505771e6c6
parents 986dea87 ab4c46aa
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@
 */
package com.android.customization.module;

import static com.android.wallpaper.picker.CustomizationPickerActivity.WALLPAPER_FLAVOR_EXTRA;
import static com.android.wallpaper.picker.CustomizationPickerActivity.WALLPAPER_FOCUS;

import android.content.Context;
import android.content.Intent;
import android.net.Uri;
@@ -107,7 +104,6 @@ public class DefaultCustomizationInjector extends BaseWallpaperInjector
        Intent intent = new Intent();
        intent.setClass(context, CustomizationPickerActivity.class);
        intent.setData(uri);
        intent.putExtra(WALLPAPER_FLAVOR_EXTRA, WALLPAPER_FOCUS);
        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
        return intent;
    }