You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all when I go to set the wallpaper so it show first android preview screen than if I click to home screen button then it took to me home screen but when I go to resume to app so it throws exception
class ProcessingLiveWallpaper : PWallpaper() {
override fun onCreate() {
super.onCreate()
}
override fun createSketch(): PApplet {
return AllAnimationLiveWallpaper(applicationContext)
}
}
val liveIntent = Intent(WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER)
liveIntent.putExtra(
WallpaperManager.EXTRA_LIVE_WALLPAPER_COMPONENT,
ComponentName(this@MainActivity, ProcessingLiveWallpaper::class.java)
)
resultLauncher.launch(liveIntent)
The text was updated successfully, but these errors were encountered:
first of all when I go to set the wallpaper so it show first android preview screen than if I click to home screen button then it took to me home screen but when I go to resume to app so it throws exception
The text was updated successfully, but these errors were encountered: