Skip to content

Instantly share code, notes, and snippets.

View mirianfonkam's full-sized avatar
🌱
Learning and growing

Mirian Fonkam mirianfonkam

🌱
Learning and growing
View GitHub Profile
@mrk-han
mrk-han / change-accessibility-settings-with-adb.md
Last active June 9, 2024 23:02
Enable and Disable Android Accessibility Settings from the Command Line using ADB (Font scale, talkback, color blind)

Using ADB to control Accessbility settings for easier testing with Android Emulators + Real Devices

It's a lot easier to test accessibility on the fly using ADB. This gist attempts to make the days of navigating through the Android device settings UI to change Accessibility settings obsolete.

These ADB commands will hopefully encourage Android developers to test and use their apps with common Accessiblility settings enabled.

Credit to James Nitsch for inspiring this, and for figuring out the put commands to enable these settings.

Font Scale (Font Size -- Testing Dynamic Text)