--- a/AndroidManifest.xml Tue Apr 21 19:06:38 2009 +0200
+++ b/AndroidManifest.xml Wed Apr 22 00:25:01 2009 +0200
@@ -2,14 +2,16 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.beem.project.beem" android:versionCode="1"
android:versionName="1.0">
- <application android:label="@string/app_name" android:name="BeemApplication" android:theme="@style/customtheme.contactList">
+ <application android:label="@string/app_name" android:name="BeemApplication"
+ android:theme="@style/customtheme.contactList">
<activity android:name=".ui.ContactList" 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.ContactListSettings" android:label="@string/app_name" />
+ <activity android:name=".ui.ContactListSettings"
+ android:label="@string/app_name" />
<activity android:name=".ui.SendIM" android:label="@string/app_name" />
<activity android:name=".ui.ChangeStatus" android:label="@string/app_name" />
<service android:name="BeemService" android:enabled="true"