diff options
author | 2024-12-09 13:54:21 -0500 | |
---|---|---|
committer | 2024-12-12 10:07:51 -0500 | |
commit | b6da9231e0725f3a8c21c1c67dc44e6303f96b52 (patch) | |
tree | 932d04e981f6e2d6e9813bc553ec7a093057007c /aconfig | |
parent | 4bef595354282211e5646f3072fb15fe7616d87a (diff) |
Removes the flag 'fix_private_space_locked_on_restart'
Bug: 377521592
Flag: NONE released flag removal
Test: NONE no functional change
Change-Id: Ic21fa9975e58d0ae35d60cda5a2975ab028eac69
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index 2e291dd2..dfe1bb2d 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -63,16 +63,6 @@ flag { } flag { - name: "fix_private_space_locked_on_restart" - namespace: "intentresolver" - description: "Dismiss Share sheet on restart if private space became locked while stopped" - bug: "338125945" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "fix_shortcut_loader_job_leak" namespace: "intentresolver" description: "User a nested coroutine scope for shortcut loader instances" |