I basically need my main activity to run activity and not wallpaper service
Example: public class SBLiveWallpaper extends WallpaperService { - this is how it is now
This is how I need it: public class MainActivity extends Activity {
Is is possible to make the wallpaper service like secondary or something within the main activity file? Basically have both those lines of codes running but have the extends activity one kind of be the main one.