summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-08-27 12:54:17 -0700
committerSascha Haeberling <haeberling@google.com>2013-08-27 13:24:01 -0700
commit7446e9fde7cd8dd7904beff592e8819513797ab9 (patch)
treed03e344e67c40c39ed0793d52a60a532854e651d /AndroidManifest.xml
parent18d1d26a6da997bc0d9aa4d5688203f36c15377a (diff)
downloadandroid_packages_apps_Snap-7446e9fde7cd8dd7904beff592e8819513797ab9.tar.gz
android_packages_apps_Snap-7446e9fde7cd8dd7904beff592e8819513797ab9.tar.bz2
android_packages_apps_Snap-7446e9fde7cd8dd7904beff592e8819513797ab9.zip
Use the well-translated camera_label instead of app_name.
Bug: 10509953 Change-Id: Ia5522fce1892e521c12fcc2f152afe7009026ac5
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 346971790..e34da9b6e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,7 +39,7 @@
android:backupAgent="com.android.camera.CameraBackupAgent"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/app_name"
+ android:label="@string/camera_label"
android:largeHeap="true"
android:logo="@mipmap/ic_launcher_camera"
android:restoreAnyVersion="true"
@@ -49,7 +49,7 @@
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/app_name"
+ android:label="@string/camera_label"
android:taskAffinity="com.android.camera.CameraActivity"
android:theme="@style/Theme.Camera"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
@@ -84,7 +84,7 @@
<activity-alias
android:name="com.android.camera.CameraLauncher"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/app_name"
+ android:label="@string/camera_label"
android:targetActivity="com.android.camera.CameraActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -100,7 +100,7 @@
android:configChanges="orientation|screenSize|keyboardHidden"
android:excludeFromRecents="true"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/app_name"
+ android:label="@string/camera_label"
android:taskAffinity="com.android.camera.SecureCameraActivity"
android:theme="@style/Theme.Camera"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >