summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Andrey Yepin <ayepin@google.com> 2024-07-31 15:03:41 -0700
committer Andrey Yepin <ayepin@google.com> 2024-08-05 15:37:14 -0700
commit38ee8332d767014a9c69a737511bbc5aa705d5ec (patch)
treef7861ee3a717f1d0d3387ac63b06eae73e4992b4 /aconfig
parentdd8b67226177c51bf5bb1019aff66fb7f138a03c (diff)
Update excluded components from payload selection callback
Bug: 352496527 Test: atest IntentResolver-tests-unit Test: manual testing using ShareTest app Flag: com.android.intentresolver.shareousel_update_exclude_components_extra Change-Id: I610edf2c11a5beb114185c8724347b0eb0487ef1
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 c449bb43..b58b4daa 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -89,3 +89,10 @@ flag {
description: "Use the unified preview image loader for all preview variations; support variable preview sizes."
bug: "348665058"
}
+
+flag {
+ name: "shareousel_update_exclude_components_extra"
+ namespace: "intentresolver"
+ description: "Allow Shareousel selection change callback to update Intent#EXTRA_EXCLUDE_COMPONENTS"
+ bug: "352496527"
+}