cmparts: Get rid of PartsCatalog

 * Simplify this and use the helpers in CMSDK, which eliminates the use
   of a service entirely.

Change-Id: I7ba0033540df48f014ac461881f62f24729abded
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ff39f43..4c4acbc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -37,6 +37,7 @@
     <uses-permission android:name="cyanogenmod.permission.BIND_CORE_SERVICE" />
 
     <protected-broadcast android:name="cyanogenmod.platform.app.profiles.PROFILES_STATE_CHANGED" />
+    <protected-broadcast android:name="org.cyanogenmod.cmparts.PART_CHANGED" />
 
     <application android:label="@string/cmparts_title"
             android:theme="@style/Theme.Settings"