diff options
Diffstat (limited to '')
-rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e7d5f2c0..be7addb5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -15,6 +15,7 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Light" > + <service android:name="de.gultsch.chat.services.XmppConnectionService"/> <activity android:name="de.gultsch.chat.ui.ConversationActivity" android:label="Secure Conversations" |