diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/AndroidManifest.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 38789976c..1310816c4 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -28,8 +28,9 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/ConversationsTheme" - android:name="android.support.multidex.MultiDexApplication"> + android:name="android.support.multidex.MultiDexApplication" tools:replace="android:label"> + <service android:name=".services.XmppConnectionService"/> <receiver android:name=".services.EventReceiver"> @@ -184,7 +185,7 @@ android:value="@string/google_maps_api_key" /> <activity - android:name=".ShareLocationActivity" + android:name=".ui.ShareLocationActivity" android:label="@string/share_location" > <intent-filter> <action android:name="eu.siacs.conversations.location.request" /> @@ -193,7 +194,7 @@ </activity> <activity - android:name=".ShowLocationActivity" + android:name=".ui.ShowLocationActivity" android:label="@string/show_location" > <intent-filter> <action android:name="eu.siacs.conversations.location.show" /> |