msm8974-common: props: Don't write binary XML files

- Android 12 now writes XML files in binary format by default. This can cause incompatibility with TWRP which can hang when attempting to read XML files e.g. /data/system/storage.xml

- This commit sets the persist.sys.binary_xml property to false so that XML files are written in text format.
This commit is contained in:
Kyle Harrison 2022-08-10 18:00:57 -06:00 committed by nyyu
parent 4e6e487df6
commit f1758aed19

View File

@ -34,5 +34,8 @@ persist.rild.nitz_short_ons_1=""
persist.rild.nitz_short_ons_2=""
persist.rild.nitz_short_ons_3=""
# System
persist.sys.binary_xml=false
# Time
persist.timed.enable=true