Skip to content

Commit

Permalink
支持启动自定义的launcher
Browse files Browse the repository at this point in the history
使用方法见 readme
  • Loading branch information
zhangzhao4444 committed Jun 12, 2021
1 parent 1028ee3 commit cb81a95
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,33 @@ max.flushImagesThreshold =50 回溯区间大小xx张
下线dfs code
```

## 2020.12.21 恢复dfs mode
## 2020.12.21
```
恢复dfs mode
```

## 2021.05.30
```
Android11 兼容 bugfix
mix 优化允许切出app,增加FUZZ切回app
mix 优化获取和设置输入法的反射
```

## 2021.06.12
```
mix 增加 自定义启动activity
--intent-action 设置intent的action
--intent-data 设置intent的data ,Uri.parse(data)
--intent-extraKey 设置intent额外的bundle key
--intent-extraValue 设置intent额外的bundle key对应的value
```

<hr>

Expand Down
Binary file modified monkey.jar
Binary file not shown.

0 comments on commit cb81a95

Please sign in to comment.