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 + } +}