CMParts: applications: Add Expanded Desktop settings

Original work by:
 - Kyrylo Mikos
 - Dave Kover
 - Clark Scheff
 - Adnan Begovic

This consists of the following Settings commits from CM 13.0:
dd6f7452d4bc5e6a4cb6497d48ed61e3f1d1faba Settings: Squashed commit for expanded desktop
fd3eb78710e902a9c7d48af069cde0b03bba26bc Break out status bar icon from extdesk icon.
2794f4fe351fd96ce04b6d8ce4854a3362ac88ef Settings: Make sure to rebuild on app entries loaded.

Change-Id: I5ae9080cf19962c38899c90e1e0288835e2043d4
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 00a4f0a..59bce91 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -546,4 +546,15 @@
     <string name="auto_power_save_summary_off">Do not enable power save mode automatically</string>
     <string name="app_perf_profiles_title">Automatic optimization</string>
     <string name="app_perf_profiles_summary">Automatically choose an appropriate performance profile for applications and usage patterns</string>
+
+    <!-- Applications: Expanded desktop -->
+    <string name="expanded_desktop_settings_title">Expanded desktop</string>
+    <string name="expanded_desktop_settings_summary">Expand your available desktop space by hiding the status bar, navigation bar, or both</string>
+    <string name="expanded_desktop_options_title">Customization options</string>
+    <string name="expanded_desktop_style_title">Expanded desktop style</string>
+    <string name="expanded_desktop_style_hide_nothing">Hide nothing</string>
+    <string name="expanded_desktop_style_hide_status">Hide status bar</string>
+    <string name="expanded_desktop_style_hide_navigation">Hide navigation bar</string>
+    <string name="expanded_desktop_style_hide_both">Hide both</string>
+    <string name="expanded_desktop_nothing_to_show_text">Turn the switch off to customize your expanded desktop on a per-app basis</string>
 </resources>