Add dev options to set swXdp

Change-Id: Ibe88e2b1a2e818838baf452b6da204fc9e004a42
Fixes: 27734698
This commit is contained in:
Jason Monk
2016-04-05 15:45:27 -04:00
parent 196c7f74db
commit 449f97204a
4 changed files with 85 additions and 0 deletions

View File

@@ -7364,4 +7364,10 @@
<!-- Summary of notification suggestion during optional steps of setup. [CHAR_LIMIT=80] -->
<string name="notification_suggestion_summary">Show or hide notification content</string>
<!-- Summary of developer options to set the smallest width of the screen [CHAR LIMIT=60]-->
<string name="developer_density_summary"><xliff:g name="count" example="320">%d</xliff:g> dp</string>
<!-- Title of developer options to set the smallest width of the screen [CHAR LIMIT=60]-->
<string name="developer_smallest_width">Smallest width</string>
</resources>