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
commit9b095a3b59740534cf528db2b179b30fef267663 (patch)
treefd1ccbf13a43c4ebe77d5500e604b740ba56f628 /AndroidManifest.xml
parent645cf9fe7f14a05ca4f1e0efbdc0365c5655eee0 (diff)
downloadandroid_packages_apps_Snap-9b095a3b59740534cf528db2b179b30fef267663.tar.gz
android_packages_apps_Snap-9b095a3b59740534cf528db2b179b30fef267663.tar.bz2
android_packages_apps_Snap-9b095a3b59740534cf528db2b179b30fef267663.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"