Is there any way to remove that error?
I am using FLAG_NOT_TOUCHABLE in my activity, but when I touch the screen it appear not responding error...
WindowManager.LayoutParams params = getWindow().getAttributes();
params.flags |= LayoutParams.FLAG_NOT_TOUCHABLE;
params.screenBrightness = (float) 0.0039999;
getWindow().setAttributes(params);