Skip to content

Commit

Permalink
fix a wrong spelling
Browse files Browse the repository at this point in the history
'用用' -> '应用'
  • Loading branch information
Fe3O4 authored Aug 21, 2021
1 parent 2e0c0ca commit 675f161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_src/docs/6-Profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ interface IKiller {
| ---------------------------- | -------------------- | ---- | ---- | --------------------- |
| launchProcessForPackage | 启动应用进程 | 包名 | 如下 | Boolean(true/false) |
| launchMainActivityForPackage | 打开应用主界面 | 包名 | 如下 | Boolean(true/false) |
| getLaunchIntentForPackage | 获取用用的启动Intent | 包名 | 如下 | Intent |
| getLaunchIntentForPackage | 获取应用的启动Intent | 包名 | 如下 | Intent |
| getFrontAppPackage | 获取当前前台应用包名 || 如下 | String(字符串) |
| getFrontAppPackageComponent | 获取当前前台应用组件 || 如下 | ComponentName |

Expand Down

0 comments on commit 675f161

Please sign in to comment.