From 46f629c4efaeccae7f7dff26a26488d168de583b Mon Sep 17 00:00:00 2001 From: Wes Okuhara Date: Mon, 10 Mar 2025 13:46:48 -0700 Subject: [PATCH] Settings: Create aconfig flag for search result deep links in same task This will be used to guard the bugfix a bug where the deep link initiated from a search result would open the results page in a separate window. Bug: 381127948 Test: None Flag: com.android.settings.flags.settings_search_result_deep_link_in_same_task Change-Id: I5a10df558130176ae9df39c0c35501def948430d --- aconfig/settings_desktop_flag_declarations.aconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 aconfig/settings_desktop_flag_declarations.aconfig diff --git a/aconfig/settings_desktop_flag_declarations.aconfig b/aconfig/settings_desktop_flag_declarations.aconfig new file mode 100644 index 00000000000..1defe573f72 --- /dev/null +++ b/aconfig/settings_desktop_flag_declarations.aconfig @@ -0,0 +1,12 @@ +package: "com.android.settings.flags" +container: "system_ext" + +flag { + name: "settings_search_result_deep_link_in_same_task" + namespace: "desktop_personalization" + description: "Show the search result deep link in the same task (same window)" + bug: "381127948" + metadata { + purpose: PURPOSE_BUGFIX + } +}