Fix issue #7255954: API Review: rename Dream to DreamService
Change-Id: Ia9fe2162e2841363fb0a66df38443d4bd91ac9d7
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fb23252..d294b1b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -10,9 +10,8 @@
android:exported="true"
android:label="WebView">
<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>