Fix build breakage. Order of product="" is important.
Change-Id: I3232966b90879118e287de77450d736daa58a169
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 83dc8f5..6b4770d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1381,10 +1381,10 @@
<string name="device_status_activity_title">Status</string>
<!-- About phone screen, title of the item to go into the Phone status screen -->
<string name="device_status">Status</string>
- <!-- About phone screen, summary of the item to go into the phone status screen -->
- <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
<!-- About tablet screen, summary of the item that takes you to tablet status screen -->
<string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
+ <!-- About phone screen, summary of the item to go into the phone status screen -->
+ <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
<!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
<string name="storage_settings" >Storage</string>
<!-- Storage settings screen title -->