From c8f3d60ce8a7d78dec13e4f927b12e0d70219c74 Mon Sep 17 00:00:00 2001 From: ksg Date: Wed, 7 Aug 2024 23:53:33 +0900 Subject: [PATCH] feat: Update main activity option message in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b7fd3fc..1461c80 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ Usage Options: --arch TEXT Target architecture of the device. (options: arm64, x86_64, arm, x86) - --main-activity TEXT Specify the main activity if you want. (e.g., com.example.MainActivity) + --main-activity TEXT Specify the main activity if desired. (e.g., com.example.MainActivity) --sign Automatically sign the APK using uber-apk-signer. --use-aapt2 Use aapt2 instead of aapt. --no-res Do not decode resources.