summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-09-17 22:29:10 +0300
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit70318bba11b4f778096b4ef61be7c1b7b34ae77b (patch)
treed2936c7eccea448b5d2e32ac929045f98eaa00ea
parent559aedcfaae62c6be52ec1e3aee7b4dba9244ea8 (diff)
downloadandroid_packages_apps_Snap-70318bba11b4f778096b4ef61be7c1b7b34ae77b.tar.gz
android_packages_apps_Snap-70318bba11b4f778096b4ef61be7c1b7b34ae77b.tar.bz2
android_packages_apps_Snap-70318bba11b4f778096b4ef61be7c1b7b34ae77b.zip
Snap: Remove old icons
Change-Id: I07da25f50e52b4085deec1d520806afc6da5e1da
-rw-r--r--AndroidManifest.xml9
-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, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8e25ef89e..9db8270ba 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -37,7 +37,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" >
@@ -45,10 +44,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="singleTask"
- android:logo="@mipmap/ic_launcher_gallery"
android:screenOrientation="portrait"
android:taskAffinity="com.android.camera.CameraActivity"
android:theme="@style/Theme.Camera"
@@ -102,7 +99,6 @@
android:name="com.android.camera.SettingsActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
- android:icon="@mipmap/ic_launcher_camera"
android:label="@string/app_name"
android:launchMode="singleTop"
android:parentActivityName="com.android.camera.CameraActivity">
@@ -113,14 +109,12 @@
android:name="com.android.camera.SceneModeActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
- android:icon="@mipmap/ic_launcher_camera"
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/app_name"
android:launchMode="singleTop"
android:targetActivity="com.android.camera.CameraActivity">
@@ -137,10 +131,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"
@@ -163,7 +155,6 @@
<activity-alias
android:name="com.android.camera.CameraGestureActivity"
- android:icon="@mipmap/ic_launcher_camera"
android:label="@string/camera_gesture_title"
android:targetActivity="com.android.camera.SecureCameraActivity">
<intent-filter>
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