This commit is contained in:
2025-07-24 18:19:30 +09:00
parent 5a6dad2f24
commit e979b78fb5
5 changed files with 212 additions and 0 deletions
+12
View File
@@ -100,6 +100,18 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service
android:name=".wall.MyWallpaperService"
android:label="Bums Live Wallpaper"
android:permission="android.permission.BIND_WALLPAPER">
<intent-filter>
<action android:name="android.service.wallpaper.WallpaperService" />
</intent-filter>
<meta-data
android:name="android.service.wallpaper"
android:resource="@xml/wallpaper" />
</service>
<!-- <activity-->
<!-- android:name=".apps.AppDrawer"-->
<!-- android:label="@string/lunar_settings"-->