From e31a11b5d638f3eb689ac2ab72f43123d18d047a Mon Sep 17 00:00:00 2001 From: ldaurcvvrk <111478801+ldaurcvvrk@users.noreply.github.com> Date: Sat, 15 Mar 2025 19:58:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fa084e4..937f203f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Modern super user interface (SUI) implementation on Android. The name, Sui, ## Introduction -Sui provides Java APIs, [Shizuku API](https://github.com/RikkaApps/Shizuku-API), for root apps. It mainly provides the ability to use Android APIs directly (almost in Java as the identity of the root, and start app's own AIDL-style Java service under root. This will make root app development much more comfortable. +Sui provides Java APIs, [Shizukps://github.com/RikkaApps/Shizuku-API), for root apps. It mainly provides the ability to use Android APIs directly (almost in Java as the identity of the root, and start app's own AIDL-style Java service under root. This will make root app development much more comfortable. Another advantage is that Sui does not add binaries to `PATH` and does not install a manager app. This means we no longer need to spend a huge amount of time to fight with apps that detect them.