File
Doc
Category
Size
Date
Package
TakeScreenshotService.java
API Doc
Android 5.1 API
2012
Thu Mar 12 22:22:42 GMT 2015
com.android.systemui.screenshot
TakeScreenshotService
java.lang.Object
android.app.Service
public class TakeScreenshotService extends android.app.Service
(
Omit source code
)
Fields Summary
private static final String
TAG
private static GlobalScreenshot
mScreenshot
private android.os.Handler
mHandler
Constructors Summary
Methods Summary
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
return new Messenger(mHandler).getBinder();
Java Code Source