diff options
author | 2024-12-03 13:33:37 -0800 | |
---|---|---|
committer | 2024-12-03 21:44:24 +0000 | |
commit | dc16899048a9b33de6b78a280ba2d135f1d7f404 (patch) | |
tree | 88dbdcec1feee419ee517f747bd3b5b2bf6ab7d6 /apex | |
parent | 73c3aa9b9fb0ff9f2e1015a7dfe25a95cfbdcac6 (diff) |
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
Diffstat (limited to 'apex')
-rw-r--r-- | apex/jobscheduler/service/aconfig/job.aconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/jobscheduler/service/aconfig/job.aconfig b/apex/jobscheduler/service/aconfig/job.aconfig index 810be8fc4220..fe95a59622f4 100644 --- a/apex/jobscheduler/service/aconfig/job.aconfig +++ b/apex/jobscheduler/service/aconfig/job.aconfig @@ -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 { |