magisk: README: Correct string path for stub

Signed-off-by: HeroBuxx <herobuxx@conqueros.co>
This commit is contained in:
HeroBuxx 2021-12-01 05:04:41 +00:00 committed by John Wu
parent e097c097fe
commit 0f71edee96

View File

@ -59,7 +59,7 @@ For each action, use `-h` to access help (e.g. `./build.py all -h`)
Default string resources for the Magisk app and its stub APK are located here:
- `app/src/main/res/values/strings.xml`
- `stub/src/main/res/values/strings.xml`
- `stub/res/values/strings.xml`
Translate each and place them in the respective locations (`[module]/src/main/res/values-[lang]/strings.xml`).