Merge "Emulator: Have the Settings page say "About emulated device""

This commit is contained in:
Jim Kaye
2016-01-12 22:13:24 +00:00
committed by Android (Google) Code Review

View File

@@ -2857,6 +2857,8 @@
<string name="about_settings" product="tablet">About tablet</string> <string name="about_settings" product="tablet">About tablet</string>
<!-- Main settings screen, setting title for the user to go into the About phone screen --> <!-- Main settings screen, setting title for the user to go into the About phone screen -->
<string name="about_settings" product="default">About phone</string> <string name="about_settings" product="default">About phone</string>
<!-- Main settings screen, setting title for the user to go into the About phone screen -->
<string name="about_settings" product="emulator">About emulated device</string>
<!-- Main settings screen, setting summary for the user to go into the About phone screen--> <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
<string name="about_settings_summary">View legal info, status, software version</string> <string name="about_settings_summary">View legal info, status, software version</string>
<!-- About phone settings screen, setting option name to go to dialog that shows legal info --> <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->