diff options
author | 2025-03-12 10:37:36 -0700 | |
---|---|---|
committer | 2025-03-12 10:37:36 -0700 | |
commit | 262c6a7841cb575f93e7bc8f17d472b9ad84bf97 (patch) | |
tree | ee88480c7b8138f145a7882b19c8dffc1edaf7db /aconfig | |
parent | 829e3a839fd3aa72857b6baf0526efef5c4b514a (diff) |
Avoid drawer offset calculation if app targets are not yet processed.
Fix: 338229069
Test: manual testing
Flag: com.android.intentresolver.delay_drawer_offset_calculation
Change-Id: Ie18ccfa044f5067e769219359e6507615566be78
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index fe0dcffc..a5509b22 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -26,6 +26,16 @@ flag { } flag { + name: "delay_drawer_offset_calculation" + namespace: "intentresolver" + description: "Do not update the drawer offset until app targets are ready." + bug: "338229069" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "individual_metadata_title_read" namespace: "intentresolver" description: "Enables separate title URI metadata calls" |