Trichrome is a common library for Chrome and WebView, needed for both
The real problem is that Google does not uninstall the old lib when it updates to the new version
It has nothing to do with Xiaomi.eu
It's even worse if you subscribe to their Beta or Canary - then the lib updates couple of times a month, each time leaving cca 110 MB od garbage on /data/app
From time to time I manually delete the older versions - you can use the following commands from Terminal (root required) to locate them:
Code:
su
ls -lR /data/app | grep trichr | grep ==:
ls -lR /data/app | grep trichr | grep system
Somebody with better knowledge in scripting could make a script to clean them automatically