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

Commit beea0d1c authored by Brahim Chikhaoui's avatar Brahim Chikhaoui Committed by Android (Google) Code Review
Browse files

Merge "Flag for populate username in all SUW flows" into main

parents a3352e31 0e89b951
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -506,3 +506,13 @@ flag {
     description: "Creates a non-main user on boot when device is HSUM and doesn't support main user"
     bug: "409650316"
}

flag {
    name: "setupwizard_username_population"
    namespace: "multiuser"
    description: "Ensures the user's account name is correctly populated and persisted during the Android Setup Wizard across all flows."
    bug: "389209342"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}