OSDN Git Service

Fix issue #7255954: API Review: rename Dream to DreamService
authorDianne Hackborn <hackbod@google.com>
Sat, 29 Sep 2012 00:46:45 +0000 (17:46 -0700)
committerDianne Hackborn <hackbod@google.com>
Sat, 29 Sep 2012 00:46:45 +0000 (17:46 -0700)
Change-Id: Ie24be85e3bb1d59c266d3fc83d035d162a643252

AndroidManifest.xml

index 3a3ac92..03831d3 100644 (file)
                 android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
                 android:hardwareAccelerated="true">
             <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>