From 675f161960ac3572b13f10684facb6bb73b25376 Mon Sep 17 00:00:00 2001 From: Fe3O4 Date: Sat, 21 Aug 2021 12:50:50 +0800 Subject: [PATCH] fix a wrong spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit '用用' -> '应用' --- doc_src/docs/6-Profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/docs/6-Profile.md b/doc_src/docs/6-Profile.md index 4bf5ffa18..33eb7ef9a 100644 --- a/doc_src/docs/6-Profile.md +++ b/doc_src/docs/6-Profile.md @@ -392,7 +392,7 @@ interface IKiller { | ---------------------------- | -------------------- | ---- | ---- | --------------------- | | launchProcessForPackage | 启动应用进程 | 包名 | 如下 | Boolean(true/false) | | launchMainActivityForPackage | 打开应用主界面 | 包名 | 如下 | Boolean(true/false) | -| getLaunchIntentForPackage | 获取用用的启动Intent | 包名 | 如下 | Intent | +| getLaunchIntentForPackage | 获取应用的启动Intent | 包名 | 如下 | Intent | | getFrontAppPackage | 获取当前前台应用包名 | 无 | 如下 | String(字符串) | | getFrontAppPackageComponent | 获取当前前台应用组件 | 无 | 如下 | ComponentName |