summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
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 /AndroidManifest.xml
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 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>