fixed typo in APK_modification.md

This commit is contained in:
Dmitriy Shishkov 2025-02-23 21:07:08 +03:00
parent 734557395d
commit be1de50862
Signed by: dm1sh
GPG Key ID: 027994B0AA357688

View File

@ -4,7 +4,7 @@ First, decompile apk file with [apktool](https://apktool.org):
apktool d <file_name>.apk apktool d <file_name>.apk
``` ```
Replace assets or edit *Manifesst.xml*. [smali2java](https://github.com/AlexeySoshin/smali2java) can be of use for code modifications. Replace assets or edit *Manifest.xml*. [smali2java](https://github.com/AlexeySoshin/smali2java) can be of use for code modifications.
Recompile apk: Recompile apk: