LineageParts: Move Buttons Settings to Blissify [1/2]

Change-Id: Ic13ee317c9f52826cf242fec8474f45546ec983e
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 89ccb71..797676b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -101,7 +101,7 @@
             </intent-filter>
         </provider>
 
-        <!-- Button settings (System category) -->
+        <!-- Button settings (System category) 
         <activity-alias
             android:name=".input.ButtonSettings"
             android:label="@string/button_pref_title"
@@ -121,7 +121,7 @@
             <meta-data
                 android:name="com.android.settings.summary"
                 android:resource="@string/summary_empty" />
-        </activity-alias>
+        </activity-alias> -->
 
         <activity android:name=".gestures.KeyHandler" />
 
diff --git a/res/xml/parts_catalog.xml b/res/xml/parts_catalog.xml
index 4275905..655ab0c 100644
--- a/res/xml/parts_catalog.xml
+++ b/res/xml/parts_catalog.xml
@@ -34,10 +34,10 @@
           android:fragment="org.lineageos.lineageparts.notificationlight.BatteryLightSettings"
           lineage:xmlRes="@xml/battery_light_settings" />
 
-    <part android:key="button_settings"
+    <!-- <part android:key="button_settings"
           android:title="@string/button_pref_title"
           android:fragment="org.lineageos.lineageparts.input.ButtonSettings"
-          lineage:xmlRes="@xml/button_settings" />
+          lineage:xmlRes="@xml/button_settings" /> -->
 
     <!-- <part android:key="contributors"
           android:title="@string/contributors_cloud_fragment_title"