summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-09-28 18:03:48 -0700
committerDianne Hackborn <hackbod@google.com>2012-09-28 18:03:48 -0700
commitfe0e98bdbd33428e9fed209bb16baef174d243a2 (patch)
tree6be9e65e0031ff05348c79963cf2a381d35b56c7 /AndroidManifest.xml
parent86985837bcd99505fdc4b477fda16b7df1fb4d7b (diff)
downloadandroid_packages_screensavers_PhotoTable-fe0e98bdbd33428e9fed209bb16baef174d243a2.tar.gz
android_packages_screensavers_PhotoTable-fe0e98bdbd33428e9fed209bb16baef174d243a2.tar.bz2
android_packages_screensavers_PhotoTable-fe0e98bdbd33428e9fed209bb16baef174d243a2.zip
Fix issue #7255954: API Review: rename Dream to DreamService
Change-Id: Ia6b99aff19a32a681ee5dca837419a177b51ba29
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index deb2b26..adf14fe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -18,9 +18,8 @@
android:name="android.service.dream"
android:resource="@xml/photo_table_dream" />
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
+ <action android:name="android.service.dreams.DreamService" />
<category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.DREAM" />
</intent-filter>
</service>
<activity android:name="PhotoTableDreamSettings"
@@ -40,9 +39,8 @@
android:name="android.service.dream"
android:resource="@xml/photo_flipper_dream" />
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
+ <action android:name="android.service.dreams.DreamService" />
<category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.DREAM" />
</intent-filter>
</service>
<activity android:name="FlipperDreamSettings"