flo/deb: 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 2021-10-18 15:05:02 +01:00 committed by followmsi
parent 7f922c8936
commit c7b31df92f
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ wifi.interface=wlan0
ro.qc.sensors.wl_dis=true
ro.qualcomm.sensors.smd=true
# System
persist.sys.binary_xml=false
# libhwui
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32