From 731adad3809bab6dfcea5cd094590b71c9dc4b06 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Wed, 6 Apr 2022 18:44:29 +0800 Subject: [PATCH] Fix typo (#34) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ba698e..3fa084e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ In short, there are four parts: - SystemServer inject - Hooks `Binder#execTransact` and finally allow us to handle an unused binder call - - Implements "get binder", "set binder" logic in that binder call, so taht root process can send its binder to the system server, and the apps can acquire root process's binder + - Implements "get binder", "set binder" logic in that binder call, so that root process can send its binder to the system server, and the apps can acquire root process's binder - SystemUI inject