summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2013-08-21 18:18:03 -0700
committerMangesh Ghiware <mghiware@google.com>2013-08-21 18:19:02 -0700
commit73d0f42972c7c49a2589f2184f67e5a887007e7e (patch)
tree412f57753ef5c8b4e77cb2cfba93ee5874aa8562
parenteb2950384846a3797e13b04765f65df70d80982e (diff)
downloadandroid_packages_apps_Gallery2-73d0f42972c7c49a2589f2184f67e5a887007e7e.tar.gz
android_packages_apps_Gallery2-73d0f42972c7c49a2589f2184f67e5a887007e7e.tar.bz2
android_packages_apps_Gallery2-73d0f42972c7c49a2589f2184f67e5a887007e7e.zip
Add label to CameraLauncher activity-alias.
Bug: 10430717 Change-Id: I37f9e63483211ecfe11e4790361c051d377aef55
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b7a1c4e93..c2f93f3ea 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -179,6 +179,7 @@
android:label="@string/camera_label"
android:theme="@style/android:Theme.NoDisplay" />
<activity-alias android:name="com.android.camera.CameraLauncher"
+ android:label="@string/camera_label"
android:targetActivity="com.android.camera.CameraActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />