ingres: overlay: Dont force the display cutout to be filled
Change-Id: I0a6f31a915dd6aecad51dce7e7494c13da01f4ae
diff --git a/overlay/Frameworks/res/values/config.xml b/overlay/Frameworks/res/values/config.xml
index 3fab709..05edb2d 100644
--- a/overlay/Frameworks/res/values/config.xml
+++ b/overlay/Frameworks/res/values/config.xml
@@ -306,18 +306,5 @@
@see https://www.w3.org/TR/SVG/paths.html#PathData
-->
- <string name="config_mainBuiltInDisplayCutout" translatable="false">M 38 68 a 38,38 0 0 0 -76,0 a 38,38 0 0 0 76,0</string>
-
- <!-- Like config_mainBuiltInDisplayCutout, but this path is used to report the
- one single bounding rect per device edge to the app via
- {@link DisplayCutout#getBoundingRect}. Note that this path should try to match the visual
- appearance of the cutout as much as possible, and may be smaller than
- config_mainBuiltInDisplayCutout
- -->
- <string name="config_mainBuiltInDisplayCutoutRectApproximation" translatable="false">M 46,0 V 136 H -46 V 0 Z</string>
-
- <!-- Whether the display cutout region of the main built-in display should be forced to
- black in software (to avoid aliasing or emulate a cutout that is not physically existent).
- -->
- <bool name="config_fillMainBuiltInDisplayCutout">true</bool>
+ <string name="config_mainBuiltInDisplayCutout" translatable="false">M 0,0 H -28 V 94 H 28 V 0 H 0 Z</string>
</resources>