Emulator: Have the Settings page say "About emulated device"
The Settings page for a real device says "About phone" or "About tablet". This text is selected at build time, so the Emulator cannot get the Sytem to choose correctly at launch time. Our solution is to say "About emulated device" for all types of virtual devices. Change-Id: I7e3fc757dab529e2619d6acba54457ce8f7171e9
This commit is contained in:
@@ -2849,6 +2849,8 @@
|
||||
<string name="about_settings" product="tablet">About tablet</string>
|
||||
<!-- Main settings screen, setting title for the user to go into the About phone screen -->
|
||||
<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-->
|
||||
<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 -->
|
||||
|
Reference in New Issue
Block a user