--- a/AndroidManifest.xml Fri Mar 20 23:21:05 2009 +0100
+++ b/AndroidManifest.xml Sat Mar 21 02:09:05 2009 +0100
@@ -3,12 +3,13 @@
package="com.beem.project.beem" android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name">
- <activity android:name=".Beem" android:label="@string/app_name">
+ <activity android:name=".ui.Beem" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity android:name=".ui.ContactList" 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>