Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77c39914 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

hmmm2

parent 68ea3923
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -345,6 +345,20 @@
        Z
    </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 -38.5 0
        L -38.5 127
        L 38.5 127
        L 38.5 0
        Z
    </string>

    <!-- Whether the Unprocessed audio source supports the required frequency range and level -->
    <bool name="config_supportAudioSourceUnprocessed">true</bool>

+3 −3
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@
      DisplayCutout path will be rendered
       -->
    <string translatable="false" name="config_frontBuiltInDisplayCutoutProtection">
        M 482, 63.5
        a 38.5,38.5 0 1 0 77,0
        a 38.5,38.5 0 1 0 -77,0
        M 477, 63.5
        a 43.5,43.5 0 1 0 87,0
        a 43.5,43.5 0 1 0 -87,0
        Z
    </string>