Skip to content

Commit 68840d5

Browse files
committed
fix templates
1 parent a080df2 commit 68840d5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

templates/WallpaperManifest.xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:debuggable="true">
1111
<service android:name=".MainService"
1212
android:label=""
13-
android:permission="android.permission.BIND_WALLPAPER"
13+
android:permission="android.permission.BIND_WALLPAPER">
1414
<intent-filter>
1515
<action android:name="android.service.wallpaper.WallpaperService" />
1616
</intent-filter>

0 commit comments

Comments
 (0)