--- 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