⛵ This service allows compatible applications to easily counteract small device movements within their user interface. 🏝️ This can improve screen readability and possibly alleviate motion sickness while on the go, e.g. while reading in a moving vehicle. 🛡️ The app needs your permission to know which window is visible on the screen. It does not read window contents. ℹ️ Find more info, implementation details and examples on: github.com/Sublimis/SteadyScreen
This application needs the AccessibilityService API to retrieve interactive windows on the screen, in order to find compatible ones. The service then sends multiple "move window" accessibility actions to such windows, as needed, to perform the intended function.
Shake the device a little. Notice how the background content softens these movements, making on-screen reading easier. (Stilly service must be enabled in the Accessibility settings for this to happen.) This functionality can be easily implemented in any application. Please follow the instructions on GitHub.