Calculate DisplayCutout Android
2021-11-27
From API 29 or Android 10, Android introduced a feature for Display cutouts on the screen (for camera for example). These are call Insets and can be accessed via DisplayCutout object. In this example is described how to get the size of this cutouts:Read More →