Enable the copy function on the account preference of About page.

Fixes: 137255130
Test: robotest and do the copy test manually
Change-Id: Idfdd7b5417ae41fce3710cad4aa7a735e99903f0
This commit is contained in:
Stanley Wang
2020-08-05 17:40:53 +08:00
parent 827665a4a4
commit 56361da8fc

View File

@@ -43,6 +43,7 @@
android:order="2" android:order="2"
android:title="@string/my_device_info_account_preference_title" android:title="@string/my_device_info_account_preference_title"
android:summary="@string/summary_placeholder" android:summary="@string/summary_placeholder"
settings:enableCopying="true"
settings:controller="com.android.settings.deviceinfo.BrandedAccountPreferenceController"/> settings:controller="com.android.settings.deviceinfo.BrandedAccountPreferenceController"/>
<!-- Phone number --> <!-- Phone number -->