mirror of
https://github.com/PavelDoGreat/Unity-Android-Live-Wallpaper.git
synced 2026-01-10 06:48:06 -05:00
6 lines
421 B
XML
6 lines
421 B
XML
<service android:name=".WallpaperActivity" android:enabled="true" android:label="@string/app_name" android:permission="android.permission.BIND_WALLPAPER" android:process="${applicationId}.wallpaper">
|
|
<intent-filter>
|
|
<action android:name="android.service.wallpaper.WallpaperService" />
|
|
</intent-filter>
|
|
<meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" />
|
|
</service> |