Merge "Add dev options to set swXdp" into nyc-dev am: b22dd20

am: 51970c8

* commit '51970c855812232a9514958dd67959f18749fbe1':
  Add dev options to set swXdp

Change-Id: Id25b198c9af3e7b6eca478c3936341096d5edd2e
This commit is contained in:
Jason Monk
2016-04-06 13:31:44 +00:00
committed by android-build-merger
4 changed files with 85 additions and 0 deletions

View File

@@ -7370,4 +7370,10 @@
<!-- Setting tab title for all setting options. [CHAR LIMIT=20] -->
<string name="page_tab_title_summary">All</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>

View File

@@ -239,6 +239,10 @@
android:entries="@array/overlay_display_devices_entries"
android:entryValues="@array/overlay_display_devices_values" />
<com.android.settings.display.DensityPreference
android:key="density"
android:title="@string/developer_smallest_width" />
</PreferenceCategory>
<PreferenceCategory android:key="debug_hw_drawing_category"