Remove OmniWalls option
Change-Id: I1e5096a46c0cda9a8c423a602de5123b9a31fe91
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 90dcf1b..12f4152 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -806,8 +806,8 @@
<string name="hide_summary_menu">Hide summary</string>
<string name="more_settings_title">More</string>
<string name="omni_device_parts">Device features</string>
- <string name="style_settings_title">Style</string>
- <string name="style_settings_summary">Wallpapers and other swag</string>
+ <string name="style_settings_title">Themes</string>
+ <string name="style_settings_summary">Customize the look and feel</string>
<string name="custom_bars_settings_title">Bars</string>
</resources>
diff --git a/res/xml/style_settings.xml b/res/xml/style_settings.xml
index 4b33abb..479dae1 100644
--- a/res/xml/style_settings.xml
+++ b/res/xml/style_settings.xml
@@ -24,16 +24,6 @@
android:title="@string/theming_title">
<Preference
- android:key="custom_wall_browse"
- android:title="@string/custom_wall_browse_title"
- android:summary="@string/custom_wall_browse_summary"
- android:persistent="false" >
- <intent android:action="android.intent.action.MAIN"
- android:targetPackage="org.omnirom.omnistyle"
- android:targetClass="org.omnirom.omnistyle.BrowseWallsActivity" />
- </Preference>
-
- <Preference
android:key="omni_theme_select_activity"
android:title="@string/omni_theme_select_title"
android:summary="@string/omni_theme_select_summary"