--- a/AndroidManifest.xml Thu Mar 19 12:40:29 2009 +0100
+++ b/AndroidManifest.xml Thu Mar 19 22:27:28 2009 +0100
@@ -11,6 +11,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity android:name=".UIContactList" android:label="@string/app_name"/>
+
<service android:name="BeemService" android:enabled="true" android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE"><intent-filter><action android:name="com.beem.project.beem.BeemService"></action>
</intent-filter>
</service>