honeynet / droidbot

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

[Feature] Update Droidbot tool to support Android API Level 32 #152

Closed Niweera closed 1 year ago

Niweera commented 1 year ago

This PR closes issue #151.

Changelog

  1. Added a flag to check if the API Level is 32+ and disable Minicap
  2. Updated regex match patterns to support changes in API Level 32+

*After the update, tested it on Google Pixel 3 (Android 9 / API Level 28) and Google Pixel 6a (Android 12L / API Level 32).