summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-27 20:17:52 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-10-25 11:55:30 +0200
commit14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3 (patch)
treee7893026669e5d67480b659bb9d9cd77e41547f0 /AndroidManifest.xml
parent09618116991575a0bd725dcaa3434c72d1bf8060 (diff)
downloadandroid_packages_wallpapers_PhaseBeam-14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3.tar.gz
android_packages_wallpapers_PhaseBeam-14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3.tar.bz2
android_packages_wallpapers_PhaseBeam-14f6d84c32da0f2f88ea95f3cef7bf9da8a495c3.zip
New Material icon
* Created by Jovie Brett Bardoles Change-Id: I1b8dd3f28cfeceab5f41ebcfda969f121a7ff6bc
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 04e6782..0e8d304 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,7 +7,9 @@
<uses-feature android:name="android.software.live_wallpaper" />
- <application android:icon="@drawable/icon" android:label="@string/wallpaper_label">
+ <application
+ android:icon="@mipmap/ic_launcher_wallpaper"
+ android:label="@string/wallpaper_label">
<service
android:name=".PhaseBeamWallpaper"
android:label="@string/wallpaper_label"