--- a/AndroidManifest.xml Wed Dec 23 02:04:42 2009 +0100
+++ b/AndroidManifest.xml Wed Dec 23 03:14:56 2009 +0100
@@ -65,6 +65,12 @@
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
</intent-filter>
</activity>
+ <!-- Could be interesting if we would launch beem at startup
+ <receiver android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
+ <intent-filter>
+ <action android:name="android.intent.action.BOOT_COMPLETED" />
+ </intent-filter>
+ </receiver> -->
<service android:name="BeemService" android:enabled="true"
android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
<intent-filter>