AndroidManifest.xml
changeset 895 b2e1b45382a4
parent 875 70ca3ab6e459
child 897 98d8df89c3d2
--- a/AndroidManifest.xml	Thu Mar 31 22:42:14 2011 +0200
+++ b/AndroidManifest.xml	Fri Apr 15 03:01:09 2011 +0200
@@ -4,7 +4,7 @@
 	android:versionName="0.1.5">
 	<application android:label="@string/app_name"
 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
-		android:name=".BeemApplication">
+		android:name="BeemApplication">
 		<activity android:name=".ui.Login" android:label="@string/app_name"
 			android:launchMode="standard">
 			<intent-filter>
@@ -30,7 +30,7 @@
 		    android:launchMode="singleTask" />
 
 		<activity android:name=".ui.GroupList" android:label="GroupList" />
-		<activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name" />
+		<activity android:name="ui.PrivacyList" android:label="@string/privacy_list_name" />
 
 		<!--
 			Could be interesting if we would launch beem at startup <receiver
@@ -39,7 +39,7 @@
 			android:name="android.intent.action.BOOT_COMPLETED" />
 			</intent-filter> </receiver>
 		-->
-		<provider android:name=".providers.AvatarProvider"
+		<provider android:name="providers.AvatarProvider"
 		    android:authorities="com.beem.project.beem.providers.avatarprovider"
 		    android:exported="false" />