summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-09-17 22:29:10 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-09-19 18:22:17 +0300
commit7e5e6a02c5ec55a024dac6837127fd0c766d6151 (patch)
treea5807c0a5540ddd42c6441f76df152536b4dbf10
parent5c4f02984d9a8cc09089a0b2a1dfdeadc4928fe2 (diff)
downloadandroid_packages_apps_Snap-7e5e6a02c5ec55a024dac6837127fd0c766d6151.tar.gz
android_packages_apps_Snap-7e5e6a02c5ec55a024dac6837127fd0c766d6151.tar.bz2
android_packages_apps_Snap-7e5e6a02c5ec55a024dac6837127fd0c766d6151.zip
Snap: Remove old icons
Change-Id: I07da25f50e52b4085deec1d520806afc6da5e1da
-rw-r--r--AndroidManifest.xml7
-rw-r--r--res/mipmap-hdpi/ic_launcher_gallery.pngbin20425 -> 0 bytes
-rw-r--r--res/mipmap-hdpi/ic_launcher_video_camera.pngbin7051 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_gallery.pngbin17130 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_video_camera.pngbin3482 -> 0 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_gallery.pngbin24283 -> 0 bytes
6 files changed, 0 insertions, 7 deletions
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 @@
<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">
@@ -99,7 +95,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.CameraActivity">
@@ -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
--- a/res/mipmap-hdpi/ic_launcher_gallery.png
+++ /dev/null
Binary files 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
--- a/res/mipmap-hdpi/ic_launcher_video_camera.png
+++ /dev/null
Binary files 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
--- a/res/mipmap-mdpi/ic_launcher_gallery.png
+++ /dev/null
Binary files 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
--- a/res/mipmap-mdpi/ic_launcher_video_camera.png
+++ /dev/null
Binary files 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
--- a/res/mipmap-xhdpi/ic_launcher_gallery.png
+++ /dev/null
Binary files differ