Example usage for android.service.wallpaper WallpaperService subclass-usage

List of usage examples for android.service.wallpaper WallpaperService subclass-usage

Introduction

In this page you can find the example usage for android.service.wallpaper WallpaperService subclass-usage.

Usage

From source file com.stanleyidesis.quotograph.api.service.LWQWallpaperService.java

/**
 * Copyright (c) 2016 Stanley Idesis
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights

From source file com.solalla.wowWallpaper.MainService.java

public class MainService extends WallpaperService {
    static String TAG = "ImageEngine";

    int updateFreqLong = 6 * 60 * 60 * 1000;
    int updateFreqShort = 60 * 60 * 1000;