Description

Google is testing a new security enhancement in Android 17 Beta 2 that strengthens protections under Android Advanced Protection Mode (AAPM). The update restricts applications from accessing the accessibility services API unless they are verified accessibility tools. Accessibility services help users with disabilities by enabling features such as screen readers, voice input, and Braille-based tools. However, the API has increasingly been abused by malicious apps to monitor screen activity, capture sensitive information, and manipulate device functions. With the new change, apps that are not classified as accessibility tools will automatically lose access to these permissions when Advanced Protection Mode is enabled. The update is part of Google’s effort to reduce Android’s attack surface and protect users from advanced cyber threats. Introduced in Android 16, AAPM places devices into a hardened security state by blocking installations from unknown sources, restricting USB data access, and enforcing Google Play Protect scanning. Because accessibility services provide deep system access, attackers have frequently abused them for surveillance and data theft. To reduce this risk, Android 17 now limits API access only to legitimate accessibility tools identified with the isAccessibilityTool="true" flag. Organizations and users should enable Android Advanced Protection Mode on devices handling sensitive data or exposed to higher cyber risks. Developers should ensure their applications comply with the new security model and avoid unnecessary reliance on accessibility services. Security teams should also review app permissions regularly, restrict installations, and keep devices updated with the latest Android security patches.