mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-09 02:04:25 +02:00

Handles large int values in AndroidManifest.xml, by prefixing with `\ ` which aapt treats a string. This prevents truncation from overflow. Superseeds PR#1007 - thanks to gio73 for initial research & MarchMil for continued investigation.