diff options
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r-- | src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 6e1b352a..36a3ed39 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -20,7 +20,8 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/ConversationsTheme" - tools:replace="android:label" > + tools:replace="android:label" + android:name=".ConversationsPlusApplication"> <service android:name="de.thedevstack.conversationsplus.services.XmppConnectionService" /> <receiver android:name="de.thedevstack.conversationsplus.services.EventReceiver" > |