public HeavyLifter(Context context, Handler callback) {
this.context = context;
this.callback = callback;
this.manager = (WallpaperManager) context.getSystemService(Context.WALLPAPER_SERVICE);
}
Erreur : Distribution suspecte vers WallpaperManager pour un WALLPAPER_SERVICE : attendu WallpaperService [ServiceCast] this.manager = (Gestionnaire de fonds d'écran) context.getSystemService(Context.WALLPAPER_SERVICE) ;
Comment puis-je résoudre ce problème ?