From 56361da8fc7ab468c98d820be5a80ddd298362eb Mon Sep 17 00:00:00 2001 From: Stanley Wang Date: Wed, 5 Aug 2020 17:40:53 +0800 Subject: [PATCH] Enable the copy function on the account preference of About page. Fixes: 137255130 Test: robotest and do the copy test manually Change-Id: Idfdd7b5417ae41fce3710cad4aa7a735e99903f0 --- res/xml/my_device_info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/xml/my_device_info.xml b/res/xml/my_device_info.xml index e5a7c89355c..eb9ceb4dfaf 100644 --- a/res/xml/my_device_info.xml +++ b/res/xml/my_device_info.xml @@ -43,6 +43,7 @@ android:order="2" android:title="@string/my_device_info_account_preference_title" android:summary="@string/summary_placeholder" + settings:enableCopying="true" settings:controller="com.android.settings.deviceinfo.BrandedAccountPreferenceController"/>