am 90234851: am db5dd02a: Fix issue #7255954: API Review: rename Dream to DreamService

* commit '9023485113459c2c50e8fa4e1cdc2c553e7039b2':
  Fix issue #7255954: API Review: rename Dream to DreamService
This commit is contained in:
Dianne Hackborn
2012-10-01 11:18:32 -07:00
committed by Android Git Automerger
+1 -2
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>