summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Andrey Yepin <ayepin@google.com> 2024-08-01 14:56:31 -0700
committer Andrey Yepin <ayepin@google.com> 2024-08-15 11:41:15 -0700
commit754d59681277b2afdd52b79746a593488f132e4b (patch)
tree73c52de4857c9f943bea1cf7524a422aa02fb1d6 /aconfig
parent2f6086166956949bc5ab732795f671b1800cb613 (diff)
Allow toggling of final shareousel item
When no items selected the UI will: * change the chooser headline; * make the custom action row invisible; * make all targets disabled and all target icons greyscale. Fix: 349468879 Test: atest IntentResolver-tests-unit Test: manual functionality testing Flag: com.android.intentresolver.unselect_final_item Change-Id: I53b9c908943b1f1003cb0131a6dec8abc26ec782
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig
index d6116c9a..6f7e75d5 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -109,3 +109,10 @@ flag {
description: "Allow Shareousel selection change callback to update Intent#EXTRA_EXCLUDE_COMPONENTS"
bug: "352496527"
}
+
+flag {
+ name: "unselect_final_item"
+ namespace: "intentresolver"
+ description: "Allow toggling of final Shareousel item"
+ bug: "349468879"
+}