summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-09-28 18:04:14 -0700
committerDianne Hackborn <hackbod@google.com>2012-09-28 18:04:14 -0700
commita96eae0b728c57113bb2949c7d3191a1170b49e8 (patch)
tree4650a6ae7bba503344e7a9e89875325ed74bae15
parent39f9b3d84f0d182a30a48456f15bee77930f98e4 (diff)
downloadWebView-a96eae0b728c57113bb2949c7d3191a1170b49e8.tar.gz
Fix issue #7255954: API Review: rename Dream to DreamService
Change-Id: Ia9fe2162e2841363fb0a66df38443d4bd91ac9d7
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
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>