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.
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.
Change-Id: Ied411e4af8b5943dd5340c25487db475406d354b Signed-off-by: Velosh daffetyxd@gmail.com