sdk: Use /> instead of <x></x> where applicable

Change-Id: Ia50bfa70d093b9be2df70007e1b76364a065101c
This commit is contained in:
LuK1337
2022-11-02 13:07:54 +01:00
committed by Bruno Martins
parent 67a10447b3
commit f89761cbe6

View File

@@ -49,8 +49,7 @@
the predefined and translated strings in the Settings
app, they can be remapped here. The format is
"oldname:newname", one per entry. -->
<string-array name="config_displayModeMappings" translatable="false">
</string-array>
<string-array name="config_displayModeMappings" translatable="false" />
<!-- Should we filter any display modes which are unmapped? -->
<bool name="config_filterDisplayModes">false</bool>
@@ -252,8 +251,7 @@
<!-- 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>
<string-array name="config_vendorPlatformSignatures" />
<!-- Indicate whether encryption causes significant performances loss.
This MUST NOT be set to true on devices produced in 2016 or later -->
@@ -291,14 +289,11 @@
<!-- The list of components which should be automatically disabled for a specific device.
Note: this MUST not be used to randomly disable components, ask for approval first! -->
<string-array name="config_deviceDisabledComponents" translatable="false">
</string-array>
<string-array name="config_deviceDisabledComponents" translatable="false" />
<!-- The list of components which should be automatically disabled for all devices. -->
<string-array name="config_globallyDisabledComponents" translatable="false">
</string-array>
<string-array name="config_globallyDisabledComponents" translatable="false" />
<!-- The list of components which should be forced to be enabled. -->
<string-array name="config_forceEnabledComponents" translatable="false">
</string-array>
<string-array name="config_forceEnabledComponents" translatable="false" />
</resources>