From be1de508623ca975a5a40cc9ee5f2b4499d3de94 Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sun, 23 Feb 2025 21:07:08 +0300 Subject: [PATCH] fixed typo in APK_modification.md --- static/articles/APK_modification/APK_modification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/articles/APK_modification/APK_modification.md b/static/articles/APK_modification/APK_modification.md index 72a1387..87d00d6 100644 --- a/static/articles/APK_modification/APK_modification.md +++ b/static/articles/APK_modification/APK_modification.md @@ -4,7 +4,7 @@ First, decompile apk file with [apktool](https://apktool.org): 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: