What's Changed
Behavioral Fixes
- No longer wipes
packages-warnings.xml— this file stores per-user AppWarnings dialog flags (deprecated SDK, unsupported display size, deprecated ABI, page-size mismatch). It is unrelated to DroidGuard/Play Integrity and wiping it only caused repeated warning dialogs. - System packages are now skipped — pre-installed OEM apps (
system="true") are left untouched instead of being incorrectly marked as Play Store installs. packageSource="2"is now added when missing — previously only replaced existing non-store values; now ensures the attribute is present on every eligible package.isOrphaned="1"andinstallInitiatorUninstalled="1"are now handled — in addition to"true", matching AOSP'sgetAttributeBooleanbehavior.
Under the Hood
- Switched to line-by-line processing for safer system-package filtering.
- Updated
abx2xml/xml2abxbinaries to rhythmcache/android-xml-converter build-11, addingriscv64support. - Cleaned up README to reflect all current behavior.
Install
Flash in Magisk / KernelSU / APatch and reboot.