diff options
author | Philip Flohr <philip.flohr@student.kit.edu> | 2015-11-06 11:14:05 +0100 |
---|---|---|
committer | Philip Flohr <philip.flohr@student.kit.edu> | 2015-12-02 14:25:20 +0100 |
commit | 0329c9c7384b4518514555fca70a968241acb1be (patch) | |
tree | 0c03661056b9d23b73221f6dd818b35e20a8f2ae /src/main/AndroidManifest.xml | |
parent | 8455e5b5dd82371d58b2d5e7474779cd6ee5d5f3 (diff) |
users are now able to crop their avatar pictures using the android-crop
library
Diffstat (limited to '')
-rw-r--r-- | src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index fb5df34d..9f434a62 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -153,7 +153,7 @@ android:name="android.support.PARENT_ACTIVITY" android:value="eu.siacs.conversations.ui.SettingsActivity"/> </activity> - + <activity android:name="com.soundcloud.android.crop.CropImageActivity" /> <service android:name=".services.ExportLogsService"/> </application> |