Merge "Add a developer option which allows non-resizables in freeform"

This commit is contained in:
Evan Rosky
2019-11-15 17:32:15 +00:00
committed by Android (Google) Code Review
5 changed files with 196 additions and 0 deletions

View File

@@ -11076,6 +11076,10 @@
<string name="force_desktop_mode">Force desktop mode</string>
<!-- UI debug setting: force desktop mode summary [CHAR LIMIT=NONE] -->
<string name="force_desktop_mode_summary">Force experimental desktop mode on secondary displays</string>
<!-- UI debug setting: enable non-resizables in freeform [CHAR LIMIT=50] -->
<string name="enable_sizecompat_freeform">Enable freeform sizecompat</string>
<!-- UI debug setting: enable non-resizables in freeform summary [CHAR LIMIT=NONE] -->
<string name="enable_sizecompat_freeform_summary">Allows sizecompat apps to be in freeform</string>
<!-- UI debug setting: Force enable "smart dark" UI rendering feature [CHAR LIMIT=60] -->
<string name="hwui_force_dark_title">Override force-dark</string>