summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Andrey Yepin <ayepin@google.com> 2025-03-14 13:59:06 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-14 13:59:06 -0700
commit05bd7cee5aaa677175374cd09cf33d6715b9db00 (patch)
tree36bd662ac8e3a42d32112a26a61f13543d88faf5 /aconfig
parent7267e8137f53bfed26969d4f7f2e4ee9b4988160 (diff)
parent262c6a7841cb575f93e7bc8f17d472b9ad84bf97 (diff)
Merge "Avoid drawer offset calculation if app targets are not yet processed." into main
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig10
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"