Omnigears: Disable unimplemented settings
Change-Id: I41013d57808e40ca48666e93c86e311cb995d025
diff --git a/res/xml/bars_settings.xml b/res/xml/bars_settings.xml
index c9f192a..31f9ca0 100644
--- a/res/xml/bars_settings.xml
+++ b/res/xml/bars_settings.xml
@@ -13,11 +13,10 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
- -->
-
+-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
-
+<!--
<PreferenceCategory
android:key="category_statusbar"
android:title="@string/statusbar_title">
@@ -47,8 +46,9 @@
android:targetPackage="com.android.systemui"
android:targetClass="com.android.systemui.tuner.StatusBarActivity" />
</PreferenceScreen>
-
+-->
<!-- Network traffic meter -->
+<!--
<PreferenceScreen
android:key="category_network_traffic"
android:title="@string/network_traffic_title"
@@ -111,4 +111,5 @@
android:targetClass="com.android.systemui.tuner.QsTunerActivity" />
</PreferenceScreen>
</PreferenceCategory>
+-->
</PreferenceScreen>