summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cdfe585ab..36f6e42b6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -118,6 +118,16 @@
</intent-filter>
</receiver>
+ <!-- TODO: Localize label -->
+ <service
+ android:label="@string/wallpaper_grass"
+ android:name="com.android.wallpaper.grass.GrassWallpaper"
+ android:permission="android.permission.BIND_WALLPAPER">
+ <intent-filter>
+ <action android:name="android.service.wallpaper.WallpaperService" />
+ </intent-filter>
+ </service>
+
<!-- The settings provider contains Home's data, like the workspace favorites -->
<provider
android:name="LauncherProvider"