manager-v0.5.1-367-debug.apk
12.7 MB
Update core to 1.8.6 (#168)
With
- update AGP to 7.4.0
- update Android Build Tools to 33.0.1
With
- update AGP to 7.4.0
- update Android Build Tools to 33.0.1
👍26🎉3❤2👎2🥰1
manager-v0.5.1-368-debug.apk
12.7 MB
Fix core version display
👍50❤🔥5👎4🥰4❤2🔥1🖕1
manager-v0.5.1-372-debug.apk
12.7 MB
Fixing Manifest Parsing - Shifting from axmlprinter to axmlparser (#180)
**Description:**
Some apps were failing with reason `Failed to parse Manifest file`
Turns out that `AxmlResourceParser` from `android4Me` is very outdated
and does not work well in all cases.
Hence have removed `axmlprinter` and migrated code to use `AxmlParser`
from `ManifestEditor` by `WindySha`.
**Description:**
Some apps were failing with reason `Failed to parse Manifest file`
Turns out that `AxmlResourceParser` from `android4Me` is very outdated
and does not work well in all cases.
Hence have removed `axmlprinter` and migrated code to use `AxmlParser`
from `ManifestEditor` by `WindySha`.
👍37❤3🥰3🔥1
manager-v0.5.1-373-debug.apk
12.7 MB
Remove mandatory original signature check (#185)
We are unnecessary fetching original signature even when signature
bypass level is not greater than 0. Due to which some apps which were
not signed were failing to be patched with error "get original signature
failed".
We are unnecessary fetching original signature even when signature
bypass level is not greater than 0. Due to which some apps which were
not signed were failing to be patched with error "get original signature
failed".
👍29🔥3❤1
manager-v0.5.1-375-debug.apk
12.7 MB
fix: only add QUERY_ALL_PACKAGES permission when useManager is true (#195)
👍26❤1