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:
parent
4e6e487df6
commit
f1758aed19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user