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

Commit dc168990 authored by Jahdiel Alvarez's avatar Jahdiel Alvarez
Browse files

Fix remove_user_during_user_switch feature flag bug in aconfig

Assign the correct bug to the remove_user_during_user_switch
feature flag in the aconfig file.

Test: m -j`nproc`
Bug: 323200731
Flag: com.android.server.job.remove_user_during_user_switch
Change-Id: I032f195f2f4c4268fe3aea9dfc0462b1f1cc2757
parent 73c3aa9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ flag {
   name: "remove_user_during_user_switch"
   namespace: "backstage_power"
   description: "Remove started user if user will be stopped due to user switch"
   bug: "321598070"
   bug: "337077643"
}

flag {