File
Doc
Category
Size
Date
Package
WallpaperService.java
API Doc
Android 5.1 API
3058
Sat Mar 14 14:09:36 GMT 2015
android.service.wallpaper
WallpaperService
java.lang.Object
android.app.Service
public abstract class WallpaperService extends android.app.Service
Fields Summary
public static final String
SERVICE_INTERFACE
public static final String
SERVICE_META_DATA
Constructors Summary
public WallpaperService
()
throw new RuntimeException("Stub!");
Methods Summary
protected void
dump
(
java.io.FileDescriptor
fd,
java.io.PrintWriter
out,
java.lang.String[]
args)
throw new RuntimeException("Stub!");
public final
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onCreate
()
throw new RuntimeException("Stub!");
public abstract
android.service.wallpaper.WallpaperService$Engine
onCreateEngine
()
public void
onDestroy
()
throw new RuntimeException("Stub!");
Java Code Source