Concerning this valuable tutorial: Android Live Wallpaper tutorial, how to 'start' the service WallpaperService to change or set the wall paper. I was not able to run the example althoguh I placed livewallpaper.jar and livewallpaper.xml in internal library folder and added the snippets required in manifest editor, also made the wallpaper.xml read-only! I can only see this code in Button1_Click:
What makes the app see the service and launch it ?
B4X:
Dim in As Intent
in.Initialize("android.intent.action.SET_WALLPAPER", "")
StartActivity(in)