cmparts: Reposition a few dashboard items

 * Move status bar to system category
 * Change priority of profiles and privacy to 1

Change-Id: I8d31b7bce414cafe633a1e6fc2f2841e71a9057f
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b1360d0..d4e5b44 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -77,7 +77,7 @@
             android:name="PrivacySettings"
             android:label="@string/privacy_settings_title"
             android:targetActivity="PartsActivity">
-            <intent-filter android:priority="-2">
+            <intent-filter android:priority="1">
                 <action android:name="com.android.settings.action.EXTRA_SETTINGS" />
                 <action android:name="org.cyanogenmod.cmparts.PRIVACY_SETTINGS" />
                 <category android:name="android.intent.category.DEFAULT" />
@@ -113,7 +113,7 @@
             android:name=".profiles.ProfilesSettings"
             android:label="@string/profiles_settings_title"
             android:targetActivity="PartsActivity">
-            <intent-filter android:priority="-2">
+            <intent-filter android:priority="1">
                 <action android:name="com.android.settings.action.EXTRA_SETTINGS" />
                 <action android:name="org.cyanogenmod.cmparts.PROFILES_SETTINGS" />
                 <category android:name="android.intent.category.DEFAULT" />
@@ -138,7 +138,7 @@
             </intent-filter>
             <meta-data
                 android:name="com.android.settings.category"
-                android:value="com.android.settings.category.personal" />
+                android:value="com.android.settings.category.system" />
             <meta-data
                 android:name="com.android.settings.icon"
                 android:resource="@drawable/ic_settings_statusbar" />