Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages