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

Commit ce66dec4 authored by Kasia Krejszeff's avatar Kasia Krejszeff
Browse files

Flag removal: show_set_screen_lock_dialog

Remove the flag and remaining references from the codebase.

Test: presubmit
Fix: 409611040
Flag: EXEMPT removing android.multiuser.show_set_screen_lock_dialog
Change-Id: Ibdd157a2f5d45693a5a8c1a14608d02392eea48f
parent 4419a439
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -263,13 +263,6 @@ flag {
    bug: "321988638"
}

flag {
    name: "show_set_screen_lock_dialog"
    namespace: "profile_experiences"
    description: "Display the dialog to set up screen lock when private space unlock operation is requested"
    bug: "316129700"
}

flag {
    name: "reorder_wallpaper_during_user_switch"
    namespace: "multiuser"
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ public class SetScreenLockDialogActivity extends AlertActivity
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        if (!(android.os.Flags.allowPrivateProfile()
                && android.multiuser.Flags.showSetScreenLockDialog()
                && android.multiuser.Flags.enablePrivateSpaceFeatures())) {
            finish();
            return;