From 7e5e6a02c5ec55a024dac6837127fd0c766d6151 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 17 Sep 2015 22:29:10 +0300 Subject: Snap: Remove old icons Change-Id: I07da25f50e52b4085deec1d520806afc6da5e1da --- AndroidManifest.xml | 7 ------- res/mipmap-hdpi/ic_launcher_gallery.png | Bin 20425 -> 0 bytes res/mipmap-hdpi/ic_launcher_video_camera.png | Bin 7051 -> 0 bytes res/mipmap-mdpi/ic_launcher_gallery.png | Bin 17130 -> 0 bytes res/mipmap-mdpi/ic_launcher_video_camera.png | Bin 3482 -> 0 bytes res/mipmap-xhdpi/ic_launcher_gallery.png | Bin 24283 -> 0 bytes 6 files changed, 7 deletions(-) delete mode 100644 res/mipmap-hdpi/ic_launcher_gallery.png delete mode 100644 res/mipmap-hdpi/ic_launcher_video_camera.png delete mode 100644 res/mipmap-mdpi/ic_launcher_gallery.png delete mode 100644 res/mipmap-mdpi/ic_launcher_video_camera.png delete mode 100644 res/mipmap-xhdpi/ic_launcher_gallery.png diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c2e35c5c2..d1c5c275c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -48,7 +48,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" > @@ -56,10 +55,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" @@ -84,7 +81,6 @@ @@ -99,7 +95,6 @@ @@ -118,10 +113,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="singleTop" - android:logo="@mipmap/ic_launcher_gallery" android:taskAffinity="com.android.camera.SecureCameraActivity" android:theme="@style/Theme.Camera" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" > diff --git a/res/mipmap-hdpi/ic_launcher_gallery.png b/res/mipmap-hdpi/ic_launcher_gallery.png deleted file mode 100644 index 23ea99890..000000000 Binary files a/res/mipmap-hdpi/ic_launcher_gallery.png and /dev/null differ diff --git a/res/mipmap-hdpi/ic_launcher_video_camera.png b/res/mipmap-hdpi/ic_launcher_video_camera.png deleted file mode 100644 index d24265729..000000000 Binary files a/res/mipmap-hdpi/ic_launcher_video_camera.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_launcher_gallery.png b/res/mipmap-mdpi/ic_launcher_gallery.png deleted file mode 100644 index e1a99498d..000000000 Binary files a/res/mipmap-mdpi/ic_launcher_gallery.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_launcher_video_camera.png b/res/mipmap-mdpi/ic_launcher_video_camera.png deleted file mode 100644 index 19f0e64e2..000000000 Binary files a/res/mipmap-mdpi/ic_launcher_video_camera.png and /dev/null differ diff --git a/res/mipmap-xhdpi/ic_launcher_gallery.png b/res/mipmap-xhdpi/ic_launcher_gallery.png deleted file mode 100644 index 79544a2b6..000000000 Binary files a/res/mipmap-xhdpi/ic_launcher_gallery.png and /dev/null differ -- cgit v1.2.3