summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-09-19 15:05:09 -0400
committerChris Wren <cwren@android.com>2012-09-19 15:06:34 -0400
commitcbe7a5c0d6c838186124554f863ace5f12788a4e (patch)
tree792e88ec09cc4fb02f7967ef9ba500f0e3fcc280 /AndroidManifest.xml
parente38c0c80e3e9b3b835e5c2e014ccf23e29663396 (diff)
downloadandroid_packages_screensavers_PhotoTable-cbe7a5c0d6c838186124554f863ace5f12788a4e.tar.gz
android_packages_screensavers_PhotoTable-cbe7a5c0d6c838186124554f863ace5f12788a4e.tar.bz2
android_packages_screensavers_PhotoTable-cbe7a5c0d6c838186124554f863ace5f12788a4e.zip
new icons for photo dreams.
Bug: 7166223 Change-Id: I1782a00d2703eb224931c64fc7038a0c82855c0b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2e6c39c..485a787 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,12 +7,12 @@
<application
android:label="@string/app_name"
- android:icon="@mipmap/icon"
+ android:icon="@mipmap/ic_launcher_phototable"
android:largeHeap="true">
android:hardwareAccelerated="true"
<service android:name="PhotoTableDream"
android:exported="true"
- android:icon="@mipmap/icon"
+ android:icon="@mipmap/ic_launcher_phototable"
android:label="@string/table_screensaver_name">
<meta-data
android:name="android.service.dreams.config_activity"
@@ -25,6 +25,7 @@
</service>
<activity android:name="PhotoTableDreamSettings"
android:exported="true"
+ android:icon="@mipmap/ic_launcher_phototable"
android:label="@string/table_screensaver_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -33,7 +34,7 @@
</activity>
<service android:name="FlipperDream"
android:exported="true"
- android:icon="@mipmap/flip"
+ android:icon="@mipmap/ic_launcher_photoframe"
android:label="@string/flipper_screensaver_name">
<meta-data
android:name="android.service.dreams.config_activity"
@@ -46,6 +47,7 @@
</service>
<activity android:name="FlipperDreamSettings"
android:exported="true"
+ android:icon="@mipmap/ic_launcher_photoframe"
android:label="@string/flipper_screensaver_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />