Skip to content

caiofa4/SpeedTestAccessibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeedTestAccessibility

Simple Android app that allows controlling Ookla Speed Test app using Android Accessibility API

This app uses Accessibility, to control a third party app, and also shows how to take a screenshot of this third party app.

This project will need Accessibility Permission to work. Also, the MEDIA_PROJECTION permission will be asked, in order to take a screenshot.

If the user doesn't want to give permission every time, they can run the following commands on terminal, with the Android device attached:

  • adb shell settings put secure enabled_accessibility_services {packageName}/.accessibility.AccessibilityServiceController

  • adb shell settings put secure accessibility_enabled 1

  • adb shell appops set {packageName} PROJECT_MEDIA allow

Screen_Recording_20250528_094816_Speedtest.mp4

screenshot_1748435661128_2

About

Simple Android app that allows controlling Ookla Speed Test app using Android Accessibility API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages