I Get The Following Error When Trying To Set A Wallpaper June 08, 2024 Post a Comment public HeavyLifter(Context context, Handler callback) { this.context = context; this.callback = callback; this.manager = (WallpaperManager) context.getSysteSolution 1: You should use the getInstance() method of WallpaperManager to get ahold of an instance.Change the following:this.manager = (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE);CopyTo this:this.manager = WallpaperManager.getInstance(context);Copy Share Post a Comment for "I Get The Following Error When Trying To Set A Wallpaper"
Post a Comment for "I Get The Following Error When Trying To Set A Wallpaper"