summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-04-04 17:20:42 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-04-09 15:57:57 -0700
commit871ed9a6a857e013a7d3c3b07f6a1d69e998ea9b (patch)
treece0b1d996f3960b1ffc1b3f358532d4261f343e0 /AndroidManifest.xml
parent783a6bfaf572f671d44a6cd56edd5b35d4e22423 (diff)
downloadandroid_packages_apps_Snap-871ed9a6a857e013a7d3c3b07f6a1d69e998ea9b.tar.gz
android_packages_apps_Snap-871ed9a6a857e013a7d3c3b07f6a1d69e998ea9b.tar.bz2
android_packages_apps_Snap-871ed9a6a857e013a7d3c3b07f6a1d69e998ea9b.zip
Moving crop to a separate activity. Refactoring.
Bug: 8526929 Change-Id: I8acf6d46de069dd84c31afea6b4a7ae8e1c2fcce
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1a7e23758..171f03650 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -247,7 +247,14 @@
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
</intent-filter>
- <intent-filter android:label="@string/crop_label">
+ </activity>
+
+ <activity
+ android:name="com.android.gallery3d.filtershow.crop.CropActivity"
+ android:label="@string/crop"
+ android:theme="@style/Theme.FilterShow"
+ android:configChanges="keyboardHidden|orientation|screenSize">
+ <intent-filter android:label="@string/crop_label">
<action android:name="com.android.camera.action.CROP" />
<data android:scheme="http" />
<data android:scheme="https" />