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

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

Add a flag to move the set screen lock dialog.

The move_set_screen_lock_dialog_to_settings_app flag will be used for
moving a dialog to prompt the user to set a screen lock to the Settings
app in order to apply theming.

Bug: 407327874, 406130727
Test: EXEMPT config only
Flag: android.multiuser.move_set_screen_lock_dialog_to_settings_app
Change-Id: I562269fb69fe34e018014f270be8c6f92cce8c39
parent 8b72f062
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -526,3 +526,12 @@ flag {
      purpose: PURPOSE_BUGFIX
    }
}
flag {
    name: "move_set_screen_lock_dialog_to_settings_app"
    namespace: "profile_experiences"
    description: "Move the set screen lock dialog and activity from the platform to the Settings app for theming."
    bug: "407327874"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file