summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-08-29 01:42:53 +0300
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit559aedcfaae62c6be52ec1e3aee7b4dba9244ea8 (patch)
treee48e13e20d581611e1430b272066e1f76b979bad /AndroidManifest.xml
parent6fc71592903d7ef2ebde90c5da25e56d3fbd7b62 (diff)
downloadandroid_packages_apps_Snap-559aedcfaae62c6be52ec1e3aee7b4dba9244ea8.tar.gz
android_packages_apps_Snap-559aedcfaae62c6be52ec1e3aee7b4dba9244ea8.tar.bz2
android_packages_apps_Snap-559aedcfaae62c6be52ec1e3aee7b4dba9244ea8.zip
Snap: Use AOSP app label
Change-Id: I3d589945ea31f40890a94b43555268b6b3060e37
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8aa6ff7cc..8e25ef89e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -35,7 +35,7 @@
android:name="com.android.camera.app.CameraApp"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/snapcam_app_name"
+ android:label="@string/app_name"
android:largeHeap="true"
android:logo="@mipmap/ic_launcher_camera"
android:restoreAnyVersion="true"
@@ -46,7 +46,7 @@
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/snapcam_app_name"
+ android:label="@string/app_name"
android:launchMode="singleTask"
android:logo="@mipmap/ic_launcher_gallery"
android:screenOrientation="portrait"
@@ -103,7 +103,7 @@
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/snapcam_app_name"
+ android:label="@string/app_name"
android:launchMode="singleTop"
android:parentActivityName="com.android.camera.CameraActivity">
</activity>
@@ -114,14 +114,14 @@
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/snapcam_app_name"
+ android:label="@string/app_name"
android:launchMode="singleTop" >
</activity>
<activity-alias
android:name="com.android.camera.CameraLauncher"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/snapcam_app_name"
+ android:label="@string/app_name"
android:launchMode="singleTop"
android:targetActivity="com.android.camera.CameraActivity">
<intent-filter>
@@ -138,7 +138,7 @@
android:configChanges="orientation|screenSize|keyboardHidden"
android:excludeFromRecents="true"
android:icon="@mipmap/ic_launcher_camera"
- android:label="@string/snapcam_app_name"
+ android:label="@string/app_name"
android:launchMode="singleInstance"
android:logo="@mipmap/ic_launcher_gallery"
android:screenOrientation="portrait"