<Accessibility Service not Capturing Updated URLs ...
# stackoverflow
r
Accessibility Service not Capturing Updated URLs in New Browser Tabs on Android I am working on an Android app that uses the accessibility service to enforce safe search. It works by detecting when the user makes a search/opens a tab on a supported browser, then redirecting the user to a new browser tab with the original URL along with the safe search URL parameter tagged on. However, I am facing an issue where the service correctly opens a new tab with the safe search URL, but when it attempts to re-run the checks on safe search compliance, it captures the old URL...