AndroidManifest.xml
changeset 131 64cd99927c28
parent 129 a223ee5e7faa
parent 121 fc47ca00ad95
child 132 728adc0feb4e
--- a/AndroidManifest.xml	Tue Apr 21 20:48:35 2009 +0200
+++ b/AndroidManifest.xml	Tue Apr 21 22:49:38 2009 +0200
@@ -7,11 +7,13 @@
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />
 				<category android:name="android.intent.category.LAUNCHER" />
+				<category android:name="android.intent.category.ACCOUNT_CREATE" />
 			</intent-filter>
 		</activity>
 		<activity android:name=".ui.ContactListSettings" android:label="@string/app_name" />
 		<activity android:name=".ui.SendIM" android:label="@string/app_name" />
 		<activity android:name=".ui.ChangeStatus" android:label="@string/app_name" />
+		<activity android:name=".ui.AccountCreation" android:label="@string/app_name" />
 		<service android:name="BeemService" android:enabled="true"
 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
 			<intent-filter>