Merge "Add a new About Phone page."

This commit is contained in:
TreeHugger Robot
2018-01-23 07:04:29 +00:00
committed by Android (Google) Code Review
16 changed files with 461 additions and 0 deletions

View File

@@ -9223,4 +9223,15 @@
[DO NOT TRANSLATE] -->
<string name="account_confirmation_package"></string>
<!-- Title for the new About Phone screen [CHAR LIMIT=40] -->
<string name="me_card_title" product="default">My Phone</string>
<!-- Title for the new About Phone screen [CHAR LIMIT=40] -->
<string name="me_card_title" product="tablet">My Tablet</string>
<!-- Title for the new About Phone screen [CHAR LIMIT=40] -->
<string name="me_card_title" product="device">My Device</string>
<!-- Title for preference showing the primary account on the device [CHAR LIMIT=60]-->
<string name="me_card_account_preference_title">Account</string>
<!-- Title for preference showing the name of the device. [CHAR LIMIT=60]-->
<string name="me_card_device_name_preference_title">Device name</string>
</resources>