In the file frameworks\base\core\res\res\values\config.xml, there is a parameter:
1 | <string name= "default_wallpaper_component" translatable= "false" >com.your.package/.WallpaperServiceName</string> |
In the file frameworks\base\core\res\res\values\config.xml, there is a parameter:
1 | <string name= "default_wallpaper_component" translatable= "false" >com.your.package/.WallpaperServiceName</string> |
You must be logged in to post a comment.