Closed
Description
As an example, xz seems to compress the ICU data table better than zip:
2.1M Dec 11 20:17 icudtl.dat.zip
1.4M Dec 11 20:18 icudtl.dat.xz
We could use xz to compress the data table and then place it in the APK without further compression.
See http://tukaani.org/xz/embedded.html
/cc @eseidel