aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-11-07 09:54:31 +0100
committerChristian S <christian@pix-art.de>2015-11-07 09:54:31 +0100
commit40d20b2aed7dd54f456202f7348d44a91818644d (patch)
tree1658f6df002413187623034c04e75dccdaa91c2d /src/main/AndroidManifest.xml
parentfc4ead341f9015fe106f2f267a113bb13ccb2fd4 (diff)
parent8736a4af3ac28ea9993e7d898bcc5007b6e15b24 (diff)
copy Avatar Crop patch
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 3e048b25c..27c678036 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -169,6 +169,7 @@
android:theme="@style/ConversationsTheme"
android:label="@string/title_activity_updater" >
</activity>
+ <activity android:name="com.soundcloud.android.crop.CropImageActivity" />
<service android:name=".services.UpdaterWebService" />
<service android:name=".services.CheckAppVersionService" />
<service android:name=".services.ExportLogsService" />