--- a/AndroidManifest.xml Fri Oct 30 16:24:59 2009 +0100
+++ b/AndroidManifest.xml Fri Oct 30 19:22:49 2009 +0100
@@ -3,7 +3,9 @@
package="com.beem.project.beem" android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name" android:icon="@drawable/beem_launcher_icon_silver"
- android:theme="@style/Theme.BEEM.Default" android:debuggable="true">
+ android:theme="@style/Theme.BEEM.Default" android:debuggable="true"
+ android:name="@string/app_name"
+ >
<activity android:name=".ui.Login" android:label="@string/app_name"
android:launchMode="singleTask">
<intent-filter>