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

Commit d4d7ff94 authored by Salvador Martinez's avatar Salvador Martinez
Browse files

Fixed string array resource

String array resources should not use quotations in
item tag. Using quotation marks will make the marks
a part of the string.

Test: Manual Inspection
Bug: 32544467
Change-Id: I8460ee70f53085879f42717af7f66fd2843d2dc5
parent 9212fc74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2172,9 +2172,9 @@
    -->
    <string-array translatable="false" name="config_telephonyHardware">
        <!-- modem -->
        <item>"0,modem,0,0,0,1,1,1"</item>
        <item>0,modem,0,0,0,1,1,1</item>
        <!-- sim -->
        <item>"1,sim,0,modem"</item>
        <item>1,sim,0,modem</item>
    </string-array>

    <!-- This string array can be overriden to add an additional DRM support for WebView EME. -->