AndroidManifest.xml
changeset 884 b5104ccb1916
parent 881 31eec457a6e9
child 885 193a934390ba
--- a/AndroidManifest.xml	Wed Apr 13 22:51:44 2011 +0200
+++ b/AndroidManifest.xml	Sat Apr 16 13:16:28 2011 +0200
@@ -34,9 +34,10 @@
 		<activity
 			android:name=".ui.Settings"
 			android:label="@string/edit_settings_name">
-			<intent-filter>
+			<intent-filter
+				android:label="Beem Android Account">
 				<action
-					android:name="com.beem.project.beem.MAIN" />
+					android:name="com.beem.project.beem.SETTINGS" />
 				<category
 					android:name="android.intent.category.DEFAULT" />
 			</intent-filter>
@@ -62,6 +63,13 @@
 			android:launchMode="singleTask"
 			android:windowSoftInputMode="stateHidden">
 			<intent-filter
+				android:label="Beem Android Account">
+				<action
+					android:name="com.beem.project.beem.CHANGESTATUS" />
+				<category
+					android:name="android.intent.category.DEFAULT" />
+			</intent-filter>
+			<intent-filter
 				android:label="Beem Connection">
 				<action
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
@@ -116,6 +124,18 @@
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
 			</intent-filter>
 		</activity>
+		<activity
+			android:name="com.beem.project.beem.account.ManageAccountsSettings"
+			android:label="Sync Settings">
+			<intent-filter>
+				<action
+					android:name="android.intent.action.MAIN" />
+				<action
+					android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
+				<category
+					android:name="android.intent.category.DEFAULT" />
+			</intent-filter>
+		</activity>
 		<!--
 			Could be interesting if we would launch beem at startup <receiver
 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">