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
+6
View File
@@ -0,0 +1,6 @@
<!-- res/xml/wallpaper.xml -->
<wallpaper
xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="com.example.MySettingsActivity"
android:thumbnail="@drawable/ic_search"
android:description="@string/wallpaper_desc"/>