From bfa23efecabb8f2d2a0389400cdfa04c9fbdd5d6 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 14 Apr 2023 11:11:43 +0530 Subject: [PATCH] apktool: update path placeholders (#10047) --- pages/common/apktool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/apktool.md b/pages/common/apktool.md index 9eb1dd48dc..908d254058 100644 --- a/pages/common/apktool.md +++ b/pages/common/apktool.md @@ -5,7 +5,7 @@ - Decode an APK file: -`apktool d {{file.apk}}` +`apktool d {{path/to/file.apk}}` - Build an APK file from a directory: @@ -13,4 +13,4 @@ - Install and store a framework: -`apktool if {{framework.apk}}` +`apktool if {{path/to/framework.apk}}`