Anyone facing this issue? When trying to set a live wallpaper the live wallpaper app crashes and the wallpaper resets to the default.
Crash reports on Playstore are increasing dramatically every day.
From what i see it has to do with the new icons theming function.
Here is the error log:
java.lang.NullPointerException:
at android.os.Parcel.createExceptionOrNull (Parcel.java:2443)
at android.os.Parcel.createException (Parcel.java:2421)
at android.os.Parcel.readException (Parcel.java:2404)
at android.os.Parcel.readException (Parcel.java:2346)
at android.service.wallpaper.IWallpaperConnection$Stub$Proxy.onWallpaperColorsChanged (IWallpaperConnection.java:298)
at android.service.wallpaper.WallpaperService$IWallpaperEngineWrapper.executeMessage (WallpaperService.java:2586)
at com.android.internal.os.HandlerCaller$MyHandler.handleMessage (HandlerCaller.java:44)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8582)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:563)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1133)
Caused by: android.os.RemoteException:
at com.samsung.server.wallpaper.LegibilityColor.convertColors (LegibilityColor.java:418)
at com.android.server.wallpaper.WallpaperManagerService$WallpaperConnection.onWallpaperColorsChanged (WallpaperManagerService.java:2169)
at android.service.wallpaper.IWallpaperConnection$Stub.onTransact (IWallpaperConnection.java:158)
at android.os.Binder.execTransactInternal (Binder.java:1215)
at android.os.Binder.execTransact (Binder.java:1179)