FileDocCategorySizeDatePackage
TakeScreenshotService.javaAPI DocAndroid 5.1 API2012Thu Mar 12 22:22:42 GMT 2015com.android.systemui.screenshot

TakeScreenshotService

public class TakeScreenshotService extends android.app.Service

Fields Summary
private static final String
TAG
private static GlobalScreenshot
mScreenshot
private android.os.Handler
mHandler
Constructors Summary
Methods Summary
public android.os.IBinderonBind(android.content.Intent intent)


    
        
        return new Messenger(mHandler).getBinder();