Class android.accessibilityservice.AccessibilityService

Changed Methods
void takeScreenshot(int, Executor, TakeScreenshotCallback) Change in return type from boolean to void.
Change in signature from (int, Executor, Consumer<ScreenshotResult>) to (int, Executor, TakeScreenshotCallback).
 
 

Added Fields
int ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR  
int ERROR_TAKE_SCREENSHOT_INTERVAL_TIME_SHORT  
int ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY  
int ERROR_TAKE_SCREENSHOT_NO_ACCESSIBILITY_ACCESS