summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-09-30 14:12:39 -0700
committerSascha Haeberling <haeberling@google.com>2013-09-30 14:12:39 -0700
commitc4aa7c0e3c9b6a15eca03ba7bdaaccf3ceb8c15d (patch)
treecbbde7cdff4c10e108aebe5076435bdfcedf6554 /AndroidManifest.xml
parentfb344efde20ffab903fae7c6e5a2e1c90b4ef085 (diff)
downloadandroid_packages_apps_Snap-c4aa7c0e3c9b6a15eca03ba7bdaaccf3ceb8c15d.tar.gz
android_packages_apps_Snap-c4aa7c0e3c9b6a15eca03ba7bdaaccf3ceb8c15d.tar.bz2
android_packages_apps_Snap-c4aa7c0e3c9b6a15eca03ba7bdaaccf3ceb8c15d.zip
Change crop label to avoid aapt dump badging from failing.
Bug: 11006006 Change-Id: Ie6bb4cecc58f25947998f1faa4da6b3b84dc5df3
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 332253f19..d389b3c39 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -127,7 +127,7 @@
<activity
android:name="com.android.camera.crop.CropActivity"
- android:label="@string/crop"
+ android:label="@string/crop_action"
android:theme="@style/Theme.Crop"
android:configChanges="keyboardHidden|orientation|screenSize">
</activity>