ScreenCaptureNotSupport constant

int const ScreenCaptureNotSupport

Description: Startup screen capture failed.
Cause: The current system version does not support screen capture.
Solutions: Use system version above Android 5 (API level 21).

Implementation

static const int ScreenCaptureNotSupport = 1020001;