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

Commit 96bbfcd3 authored by Kunhung Li's avatar Kunhung Li
Browse files

Refine Settings scope

Bug: 188631495
Test: manual
Change-Id: I29ad3a60c377704ecb0a429bb3bba5c65a9fe4b2
parent b7dc51db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ public class CustomizationPickerActivity extends FragmentActivity implements Wal
            return;
        }

        if (!ActivityUtils.isLaunchedFromSettings(getIntent())) {
        if (!ActivityUtils.isLaunchedFromSettingsRelated(getIntent())) {
            Intent intent = new Intent(Settings.ACTION_SETTINGS);
            intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
            startActivity(intent);