diff -r 85a46554a5d5 -r b8e23e8da2f7 AndroidManifest.xml
--- a/AndroidManifest.xml Thu Feb 23 13:15:47 2012 +0100
+++ b/AndroidManifest.xml Tue Apr 10 11:32:31 2012 +0200
@@ -5,34 +5,34 @@
android:versionName="0.1.5" >
-
+ android:launchMode="standard" >
+
+ android:name=".ui.wizard.Account"
+ android:label="Account wizard" />
+ android:name=".ui.wizard.AccountConfigure"
+ android:label="Account wizard" />
+ android:name=".ui.Settings"
+ android:label="@string/edit_settings_name" >
@@ -43,13 +43,13 @@
+ android:launchMode="singleTop" >
-
+
@@ -57,7 +57,7 @@
-
+
@@ -68,17 +68,17 @@
+ android:launchMode="singleTop" >
@@ -90,8 +90,8 @@
+ android:name=".ui.AddContact"
+ android:label="@string/AddCActTitle" >
@@ -103,40 +103,44 @@
+ android:name=".ui.AddMuc"
+ android:label="@string/AddMucTitle" >
+
+
+ android:name=".ui.CreateAccount"
+ android:label="@string/create_account_name" />
+ android:launchMode="singleTask" >
+ android:name=".ui.GroupList"
+ android:label="GroupList" >
+ android:name=".ui.PrivacyList"
+ android:label="@string/privacy_list_name" >
+ android:name="com.beem.project.beem.account.ManageAccountsSettings"
+ android:label="Sync Settings" >
+ android:label="Avatar Provider" />
+ android:label="Message Provider" />
+ android:label="MUCs Provider" />
-
+
@@ -172,10 +176,10 @@
android:resource="@xml/authenticator" />
-
+
@@ -187,15 +191,11 @@
android:resource="@xml/contacts" />
-
-
-
-
-
+
@@ -206,14 +206,15 @@
+