AndroidManifest.xml
changeset 282 ee754b3043a8
parent 263 ff0b4790a5ed
child 303 5427deeda4e0
child 306 2d33fd5c95a7
--- a/AndroidManifest.xml	Tue Jun 23 15:43:49 2009 +0200
+++ b/AndroidManifest.xml	Tue Jun 23 17:19:29 2009 +0200
@@ -2,8 +2,7 @@
 <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:icon="@drawable/signal" android:theme="@style/Theme.BEEM.Default">
+	<application android:label="@string/app_name" android:icon="@drawable/signal" android:theme="@style/Theme.BEEM.Default">
 		<activity android:name=".ui.Login" android:label="@string/app_name"
 			android:launchMode="singleTask">
 			<intent-filter>