From 9641db557ee844a3e64eaa0ec30293be0f91e072 Mon Sep 17 00:00:00 2001 From: Raff Tsai Date: Thu, 9 Jan 2020 10:06:55 +0800 Subject: [PATCH] Fix search auto-sync work data doesn't focus on work tab Fixes: 147219474 Test: 1. tab search bar 2. search auto-sync 3. click auto-sync work data 4. It should open Settings account page and focus on work tab Change-Id: Iffad97b468db1698b8e25139f6f24956eaeec7df --- res/xml/accounts_dashboard_settings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/xml/accounts_dashboard_settings.xml b/res/xml/accounts_dashboard_settings.xml index 6b5f8259879..d2affc7284e 100644 --- a/res/xml/accounts_dashboard_settings.xml +++ b/res/xml/accounts_dashboard_settings.xml @@ -36,6 +36,7 @@ android:key="auto_sync_work_account_data" android:title="@string/account_settings_menu_auto_sync_work" android:summary="@string/auto_sync_account_summary" + settings:forWork="true" android:order="103"/>