OmniControl: hide old mobiletype and hide roaming option
this requires a major rewrite on the fwb side so hide
it for now until we have time
Change-Id: Ibe52c18559e44a6d58d502171bba668fbd7cb36c
diff --git a/app/src/main/res/xml/bars_settings_preferences.xml b/app/src/main/res/xml/bars_settings_preferences.xml
index 0c428a6..d16f60a 100644
--- a/app/src/main/res/xml/bars_settings_preferences.xml
+++ b/app/src/main/res/xml/bars_settings_preferences.xml
@@ -22,7 +22,7 @@
android:summary="@string/status_bar_alarm_summary"
android:defaultValue="false" />
- <omnirom.preference.SystemSettingSwitchPreference
+ <!--<omnirom.preference.SystemSettingSwitchPreference
android:key="use_old_mobiletype"
android:title="@string/use_old_mobiletype_title"
android:summary="@string/use_old_mobiletype_summary"
@@ -32,7 +32,7 @@
android:key="hide_roaming_icon"
android:title="@string/hide_roaming_icon_title"
android:summary="@string/hide_roaming_icon_summary"
- android:defaultValue="false" />
+ android:defaultValue="false" />-->
</PreferenceCategory>