honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
812 stars 234 forks source link

add grant permission option #43

Closed yzygitzh closed 7 years ago

yzygitzh commented 7 years ago

Users can choose to grant all permissions silently when testing apps on Android versions higher than Marshmallow by using -grant_perm option. This eliminates redundant permission confirm pop-up windows when there is no need.