summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-09-10 18:28:15 +0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-10 21:02:41 -0700
commit3d9a8e2079f62bf3b3ea4272320877d1f4f0c241 (patch)
tree9c666e68aa56cd84b736033aab0e82b76f8c2474 /AndroidManifest.xml
parente5f22a35b87bb7178a1421f573731590e5f68048 (diff)
downloadandroid_packages_apps_Gallery2-3d9a8e2079f62bf3b3ea4272320877d1f4f0c241.tar.gz
android_packages_apps_Gallery2-3d9a8e2079f62bf3b3ea4272320877d1f4f0c241.tar.bz2
android_packages_apps_Gallery2-3d9a8e2079f62bf3b3ea4272320877d1f4f0c241.zip
Add attribution of icons.
Change-Id: I5c7a5580ec4bd6313a3f536f0b9e3927d8ab624e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3a755ccb5..778830b65 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,6 +33,7 @@
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"
@@ -254,6 +255,7 @@
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"
android:label="@string/camera_label"
@@ -276,6 +278,7 @@
</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"