gitextract_fh0eifjr/ ├── .github/ │ ├── CONTRIBUTING.md │ ├── ISSUE_TEMPLATE.md │ ├── PULL_REQUEST_TEMPLATE.md │ └── workflows/ │ ├── count_lines.yml │ └── shellcheck.yml ├── .gitignore ├── LICENCE.md ├── README.md ├── android/ │ ├── aanimationspeed │ ├── aappinfo │ ├── abounds │ ├── abuildproject │ ├── acamera │ ├── acheckdevice │ ├── acontrol │ ├── adarkmode │ ├── aemulator │ ├── aerase │ ├── afontscale │ ├── agoogleplay │ ├── ainstall │ ├── akill │ ├── alaunch │ ├── alog │ ├── aoptions │ ├── apaste │ ├── apermissionreset │ ├── apowerbutton │ ├── areboot │ ├── arecord │ ├── ascreenshot │ ├── aservices │ ├── atalkback │ ├── atestmonkey │ ├── atestmonkeykill │ ├── auninstall │ ├── aurl │ ├── awipe │ └── awireless ├── changelog.txt ├── common_tools ├── data/ │ └── .gitignore └── ios/ ├── icheckdevice ├── iconsole ├── iinstall ├── ikill ├── ilang ├── ilaunch ├── ilog ├── ioptions ├── iquicktime ├── ireboot ├── irecord ├── iscreenshot ├── isimulator └── iuninstall