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

Commit 0e89b951 authored by Brahim Chikhaoui's avatar Brahim Chikhaoui
Browse files

Flag for populate username in all SUW flows

Bug: 389209342
Flag: android.multiuser.setupwizard_username_population
Test: N/A
Change-Id: Ie15e8b3f1fd760f7fb8f87ae04afa29605bfa7db
parent 0d42216b
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
    }
}