otter: overlay: increase cutout dimension for front camera

The radius of the cutout needs to be increased when the front
camera is in use to reduce light bleeding into captures.

Change-Id: I7d0acecc47f38777219b536344ccaccc19e5a0a4
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/overlay/SystemUIResTarget/res/values/config.xml b/overlay/SystemUIResTarget/res/values/config.xml
index ba92774..bf1d1ca 100644
--- a/overlay/SystemUIResTarget/res/values/config.xml
+++ b/overlay/SystemUIResTarget/res/values/config.xml
@@ -14,9 +14,9 @@
       DisplayCutout path will be rendered
        -->
     <string translatable="false" name="config_frontBuiltInDisplayCutoutProtection">
-        M 503,46.5
-        a 37,37 0 1 0 74,0
-        a 37,37 0 1 0 -74,0
+        M 497,46.5
+        a 43,43 0 1,0 86,0
+        a 43,43 0 1,0 -86,0
         Z
     </string>