Add a developer option which allows non-resizables in freeform

Bug: 138594779
Test: manual + pref test
Change-Id: I1620189799dc83cb1c255ca30c4ef29e73e73756
This commit is contained in:
Evan Rosky
2019-09-20 17:17:09 -07:00
parent a40bf2aec2
commit f55bd86185
5 changed files with 196 additions and 0 deletions

View File

@@ -542,6 +542,11 @@
android:title="@string/force_desktop_mode"
android:summary="@string/force_desktop_mode_summary" />
<SwitchPreference
android:key="enable_sizecompat_freeform"
android:title="@string/enable_sizecompat_freeform"
android:summary="@string/enable_sizecompat_freeform_summary" />
<Preference
android:key="reset_shortcut_manager_throttling"
android:title="@string/reset_shortcut_manager_throttling" />