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
Both are services that initialize their sketches in the Engine.onCreate() callback method, but wallpapers use the createSketch(), while watch faces create the sketch in the constructor of the watch face class and then call setSketch(). Use one or the other to avoid confusion.