From 08bc04a9b06687e400511c36cb9dafcd655eaeb6 Mon Sep 17 00:00:00 2001 From: AndnixSH <40742924+AndnixSH@users.noreply.github.com> Date: Sun, 11 Jun 2023 13:32:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d72a27e..d1ce877 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ A: It just a false positive, anti-virus always flag tools/softwares like this as A: No, that's out of scope of this tool, and I'm not interested. ##### Q: Can you implement to convert APK to AAB? -A: No, apktool is about recompiling, not about converting to other formats. AAB is only used for distributing an application to Play Store. It is not directly installable. +A: No, apktool is about recompiling, not converting to other formats. AAB is only used for distributing an application to Play Store, so it is not directly installable. If you really want to convert APK to ABB, try APK2AAB tool https://github.com/sensei-z/APK2AAB ##### Q: Can you implement an option to protect/pack/obfuscate APK? A: No, APK protection is beyond the scope of this tool