summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-09-17 22:29:10 +0300
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:22:26 -0700
commit9fe66fc28915180c0bb2e4e94a1474cd8298eee8 (patch)
treed5609e0cefbd318843e9d66a8722c6d26fb35d2a /AndroidManifest.xml
parent89b2f10930547e2c8923fa7042ec84c7c4d4dbcb (diff)
downloadandroid_packages_apps_Snap-9fe66fc28915180c0bb2e4e94a1474cd8298eee8.tar.gz
android_packages_apps_Snap-9fe66fc28915180c0bb2e4e94a1474cd8298eee8.tar.bz2
android_packages_apps_Snap-9fe66fc28915180c0bb2e4e94a1474cd8298eee8.zip
Snap: Remove old icons
Change-Id: I07da25f50e52b4085deec1d520806afc6da5e1da
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0750dbdbf..44d56cf7e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,7 +39,6 @@
android:icon="@mipmap/ic_launcher_camera"
android:label="@string/app_name"
android:largeHeap="true"
- android:logo="@mipmap/ic_launcher_camera"
android:restoreAnyVersion="true"
android:supportsRtl="true"
android:theme="@style/Theme.Camera" >
@@ -47,10 +46,8 @@
android:name="com.android.camera.CameraActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
- android:icon="@mipmap/ic_launcher_camera"
android:label="@string/app_name"
android:launchMode="singleTop"
- android:logo="@mipmap/ic_launcher_gallery"
android:screenOrientation="portrait"
android:taskAffinity="com.android.camera.CameraActivity"
android:theme="@style/Theme.Camera"
@@ -73,7 +70,6 @@
<activity-alias
android:name="com.android.camera.CameraLauncher"
- android:icon="@mipmap/ic_launcher_camera"
android:label="@string/app_name"
android:launchMode="singleTop"
android:targetActivity="com.android.camera.CameraActivity">
@@ -108,7 +104,6 @@
<!-- Video camera and capture use the Camcorder label and icon. -->
<activity-alias
android:name="com.android.camera.VideoCamera"
- android:icon="@mipmap/ic_launcher_video_camera"
android:label="@string/video_camera_label"
android:launchMode="singleTop"
android:targetActivity="com.android.camera.PermissionsActivity">
@@ -127,10 +122,8 @@
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
android:excludeFromRecents="true"
- android:icon="@mipmap/ic_launcher_camera"
android:label="@string/app_name"
android:launchMode="singleInstance"
- android:logo="@mipmap/ic_launcher_gallery"
android:screenOrientation="portrait"
android:taskAffinity="com.android.camera.SecureCameraActivity"
android:theme="@style/Theme.Camera"