Add development option to force everything resizable

Bug: 24815256
Change-Id: Ic9620c3b502e92f1a628bbe696ae91896d25d5b3
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index e2e7b26..8417e48 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -348,6 +348,10 @@
             android:title="@string/force_allow_on_external"
             android:summary="@string/force_allow_on_external_summary"/>
 
+        <SwitchPreference
+            android:key="force_resizable_activities"
+            android:title="@string/force_resizable_activities"
+            android:summary="@string/force_resizable_activities_summary"/>
      </PreferenceCategory>
 
 </PreferenceScreen>