mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-02 15:17:56 +01:00
ba7393d705
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.