OSDN Git Service

Add the specific string for the tablet device
authorjackqdyulei <jackqdyulei@google.com>
Thu, 25 Aug 2016 22:04:12 +0000 (15:04 -0700)
committerjackqdyulei <jackqdyulei@google.com>
Thu, 25 Aug 2016 22:04:12 +0000 (15:04 -0700)
Bug: 30761670

Add "product=default" in support_disclaimer_content to prevent crash
when merging down to master branch.

Change-Id: Ib9ce94288ca4cf13514ba2af64031bd3ecafab7f

res/values/strings.xml

index 6b5fa69..0a30276 100644 (file)
     <string name="support_disclaimer_title">Send system information</string>
 
     <!-- Dialog content displayed before initiating real time support  [CHAR LIMIT=NONE]-->
-    <string name="support_disclaimer_content">To help address your issue quickly, we need system information for diagnosis.</string>
+    <string name="support_disclaimer_content" product="default">To help address your issue quickly, we need system information for diagnosis.</string>
 
     <!-- Checkbox text, when checked dialog will not show again [CHAR LIMIT=80] -->
     <string name="support_disclaimer_do_not_show">Do not show again</string>