Ignore Android's default multi touch gestures

Hi

I’m developing a mobile game that requires to use multiple fingers simultaneously. However, pressing more than 3 fingers at the same time cancels all their related touches, as it is also an Android shortcut to take a screenshot or something.

Is there a way to disable Android’s default system gestures to prevent it from cancelling these touches ?

Thanks !