Fix issue #7255954: API Review: rename Dream to DreamService

Change-Id: I4a8fcea6856ea021b22d6e1f317c43d081c7b923
This commit is contained in:
Dianne Hackborn
2012-09-28 17:58:10 -07:00
parent b2f0bd45c0
commit db5dd02ad9

View File

@@ -103,9 +103,8 @@
android:label="@string/dream_name"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<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>
</activity>