Fix config.xml indentation

Change-Id: I58a597ed00bc3b9fc8406aefd65d418afcd9cfa3
This commit is contained in:
Luca Stefani
2018-06-10 11:51:10 +02:00
parent c0b21ca8ed
commit 498ea963e1

View File

@@ -232,12 +232,12 @@
<item>restart_bootloader</item>
</string-array>
<!-- The list of vendor package signatures that should also be considered
platform signatures, specifically for use on devices with a vendor partition. -->
<string-array name="config_vendorPlatformSignatures">
</string-array>
<!-- The list of vendor package signatures that should also be considered
platform signatures, specifically for use on devices with a vendor partition. -->
<string-array name="config_vendorPlatformSignatures">
</string-array>
<!-- Indicate whether encryption causes significant performances loss.
This MUST NOT be set to true on devices produced in 2016 or later -->
<bool name="config_trustLegacyEncryption">false</bool>
<!-- Indicate whether encryption causes significant performances loss.
This MUST NOT be set to true on devices produced in 2016 or later -->
<bool name="config_trustLegacyEncryption">false</bool>
</resources>