From 26d4056740cc3d639898e7179579b4c5988566be Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Thu, 13 Apr 2017 11:35:35 -0700 Subject: [PATCH] Use android:resource instead of :value for static summary android:resource is locale aware, but android:value is not. Change-Id: I9eb0ff6b86036d769878e530cdca8779ee8b233f Fix: 37248453 Test: manual --- AndroidManifest.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c7610f6d2d0..b38cea74f7b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -166,7 +166,7 @@ + android:resource="@string/network_dashboard_summary"/> @@ -193,7 +193,7 @@ + android:resource="@string/connected_devices_dashboard_summary"/> @@ -877,7 +877,7 @@ + android:resource="@string/display_dashboard_summary"/> @@ -2560,7 +2560,7 @@ + android:resource="@string/sound_dashboard_summary"/> @@ -2966,7 +2966,7 @@ + android:resource="@string/app_and_notification_dashboard_summary"/> + android:resource="@string/system_dashboard_summary"/>