maj du AndroidManifest
authornikita@nikita-rack
Fri, 24 Apr 2009 20:30:19 +0200
changeset 179 af8a3d0917cc
parent 164 ff0f63e92986
child 180 d77ea17eea3a
maj du AndroidManifest
AndroidManifest.xml
src/com/beem/project/beem/ui/ContactList.java
--- a/AndroidManifest.xml	Thu Apr 23 22:33:20 2009 +0200
+++ b/AndroidManifest.xml	Fri Apr 24 20:30:19 2009 +0200
@@ -16,6 +16,7 @@
 		<activity android:name=".ui.ChangeStatus" android:label="@string/app_name" />
 		<activity android:name=".ui.AccountCreation" android:label="@string/app_name" />
 		<activity android:name=".ui.AddContact" android:label="@string/app_name" />
+		<activity android:name=".ui.Subscription" 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>
--- a/src/com/beem/project/beem/ui/ContactList.java	Thu Apr 23 22:33:20 2009 +0200
+++ b/src/com/beem/project/beem/ui/ContactList.java	Fri Apr 24 20:30:19 2009 +0200
@@ -84,12 +84,12 @@
 	});
 
 	// bug fixe temporaire des betises de marseille
-	/*
+	
 	SharedPreferences mSettings = getSharedPreferences(getString(R.string.PreferenceFileName), MODE_PRIVATE);
 	SharedPreferences.Editor editor = mSettings.edit();
 	editor.putInt(getString(R.string.PreferencePortKey), 5222);
 	editor.commit();
-	 */
+	 
     }
 
     @Override