summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-09-26 13:46:21 +0800
committerWu-cheng Li <wuchengli@google.com>2012-09-26 13:46:21 +0800
commit9c3912a2dcea9131a63ddcb10e1df2a1f3ae8269 (patch)
treedbfbbe741f62c51b811e3903b04ca7661b12db03 /AndroidManifest.xml
parente5bb9ff0a5c2a02aa1ba441f62dec6a4e197d0d3 (diff)
downloadandroid_packages_apps_Gallery2-9c3912a2dcea9131a63ddcb10e1df2a1f3ae8269.tar.gz
android_packages_apps_Gallery2-9c3912a2dcea9131a63ddcb10e1df2a1f3ae8269.tar.bz2
android_packages_apps_Gallery2-9c3912a2dcea9131a63ddcb10e1df2a1f3ae8269.zip
Remove icon attributon.
bug:6855540 Change-Id: Ia2ab04523797da907aa73a013b6146ff929838b9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 622707c99..884f27bd9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,6 @@
android:normalScreens="true" android:largeScreens="true"
android:anyDensity="true" />
- <!-- Icon sourced from www.psdgraphics.com/psd-icons/psd-photo-gallery-icon -->
<application android:icon="@mipmap/ic_launcher_gallery" android:label="@string/app_name"
android:name="com.android.gallery3d.app.GalleryAppImpl"
android:theme="@style/Theme.Gallery"
@@ -258,7 +257,6 @@
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@style/Theme.Gallery.Dialog"/>
- <!-- Icon sourced from www.raadius.deviantart.com/art/Aeolus-HD-200984118 -->
<activity android:name="com.android.camera.Camera"
android:taskAffinity="com.android.camera.Camera"
android:label="@string/camera_label"
@@ -313,7 +311,6 @@
</intent-filter>
</activity>
- <!-- Icon sourced from www.raadius.deviantart.com/art/Aeolus-HD-200984118 -->
<activity-alias android:icon="@mipmap/ic_launcher_camera"
android:label="@string/camera_label"
android:name="com.android.camera.CameraLauncher"