Magisk/native/jni/utils
topjohnwu 692f893e1f Monitor /data/system/packages.xml
Reinstalling system apps as data creates tons of issues.
Calling pm path <pkg> is extremely expensive and doesn't work in post-fs-data.
Parse through packages.xml to get APK path and UID at the same time.
As a bonus, we don't need to traverse /data/app for packages anymore.
2019-02-18 03:05:13 -05:00
..
include Monitor /data/system/packages.xml 2019-02-18 03:05:13 -05:00
Android.mk Migrate to STL 2019-01-19 23:59:37 -05:00
file.cpp Use a better function to read through files 2019-02-17 22:30:23 -05:00
logging.cpp Clean/refactor includes 2019-02-10 03:57:51 -05:00
misc.cpp Monitor /data/system/packages.xml 2019-02-18 03:05:13 -05:00
new.cpp Bump to C++17 2019-01-20 00:07:58 -05:00
selinux.cpp Remove usage of magisk.img 2019-02-12 02:14:57 -05:00
xwrap.cpp Clean/refactor includes 2019-02-10 03:57:51 -05:00