If you've ever looked at the installed list on a Xiaomi smartphone, you've probably noticed a strange name: Android Accessibility Suite. It doesn't have an icon, it doesn't show up in the app menu, but it takes up space in memory and sometimes appears on the active process list. What is it? Why is it preinstalled on all Xiaomi, Redmi and POCO devices? And most importantly, can it be removed without risking system stability?
In this article, we will take a look at what functions the Android Accessibility Suite performs, how it connects to MIUI system services, and what happens if it is deactivated or removed, and how to distinguish this component from malware (spoiler: itβs not a virus!) and what alternative ways to manage special features exist on Xiaomi.
What is Android Accessibility Suite and why is it needed?
The Android Accessibility Suite is a set of system services from Google responsible for special capabilities (accessibility) on Android devices. It is part of Google Mobile Services (GMS) and preinstalled on all Xiaomi smartphones, as the company uses a certified version of Android with support for Google services.
The main objectives of this package are:
- π TalkBack is a screen announcer for visually impaired users, reads text on the screen, describes actions and gestures.
- π±οΈ Switch Access β Control of the smartphone with external switches (for people with limited motor skills).
- π± Select to Speak β Select to Speak β on-screen text for voice acting (alternative to TalkBack).
- π Accessibility Menu β Quick menu with large buttons for basic actions (locking, volume control, etc.).
Itβs important to understand that the Android Accessibility Suite is not a standalone application, but a system component integrated into the MIUI core at the firmware level, which doesnβt consume resources in the background unless the features are activated, but some users want to get rid of it for two reasons: a desire to βfacilitateβ the system or suspicions of spying (which, by the way, are completely groundless).
How is Android Accessibility Suite integrated into MIUI?
On Xiaomi smartphones, this package is closely linked to two key components:
- com.google.android.accessibility is the main package of services from Google.
- com.miui.accessibility is an add-on from Xiaomi that adds branded features (for example, gestures for TalkBack in MIUI).
Unlike many other system applications, the Android Accessibility Suite cannot be disabled with standard Android tools. The Settings β Apps β Application Management menu does not have a βDisableβ or βDeleteβ button, which is because special features are protected components critical to meeting Googleβs accessibility standards.
| Component | Appointment | Can I remove it? |
|---|---|---|
| TalkBack | Screen speaker for the visually impaired | β No (system service) |
| Switch Access | Controlling through external devices | β No. |
| Select to Speak | Voiceover of highlighted text | β No. |
| MIUI Accessibility | Xiaomi's branded settings | β οΈ Partially (requires root) |
Interesting fact: on devices without Google services (for example, on the Chinese versions of MIUI for the domestic market), this package is replaced by the Xiaomi counterpart - com.miui.accessibility.
π‘
If you are disturbed by notifications from TalkBack (for example, when accidentally clicked), turn it off in Settings β Special features β TalkBack. This will not delete the package itself, but will stop it from working.
Can I remove the Android Accessibility Suite without consequences?
Technically, removal is possible, but with serious reservations:
β οΈ Warning: Removing the system components of com.google.android.accessibility or com.miui.accessibility without root rights will lead to a critical system error.
There are three ways to get rid of this package:
- Disabling through ADB (no root): adb shell pm disable-user --user 0 com.google.android.accessibility Effect: The application will no longer appear in the list, but the files will remain in the system. The risk is minimal, but some features (such as voice assistant) may not work properly.
- Removal with root rights: su pm uninstall -k --user 0 com.google.android.accessibility Effect: Complete removal, but requires Magisk or SuperSU. MIUI may malfunction.
- Install custom firmware (e.g. LineageOS or Pixel Experience) where this package may not be available.
However, even after removal, the system can automatically restore the component when the next MIUI update is made, which is because Xiaomi includes it in the firmware image as a mandatory element for Google certification.
What happens if you delete a packet on a device with Google services?
How to distinguish Android Accessibility Suite from a virus?
Many users mistake this package for malware because of its βsuspiciousβ behavior:
- π There is no icon in the app menu.
- π Appears in the list of active processes (com.google.android.accessibility).
- π Sometimes consumes up to 5-10% CPU When activating functions like TalkBack.
It's actually normal behavior for a system service to make sure it's not a virus:
- Check the digital signature of the package in Settings β Applications β Android Accessibility Suite β Certificate. It must belong to Google LLC.
- Use VirusTotal to scan APK-file (can be removed through the ADB or MT Manager).
- Make sure the packet is located in /system/priv-app/ β viruses usually hide in /data/app/.
β οΈ WARNING! If you see an Android Accessibility Suite with a different package name (e.g. com.accessibility.fake) or it requests administrator rights, it's a 100% virus. β Security β Device administrators.
Alternatives to Android Accessibility Suite on Xiaomi
If you are not satisfied with the standard package from Google, you can use third-party solutions:
| Annex | Functions | Reference |
|---|---|---|
| Voice Access | Handless voice control | Google Play |
| EVA Facial Mouse | Eye control (for people with cerebral palsy) | Google Play |
| Big Launcher | Simplified interface with large buttons | Google Play |
The advantage of third-party apps is that they can be completely removed if you donβt need them. However, note that some features (like Google Assistant integration) will work worse without the native Android Accessibility Suite.
Turn off TalkBack in Settings |Install a third-party application |Check compatibility with MIUI |Do backup before removing the original package-->
Frequent problems and their solutions
Xiaomi users often face the following issues related to the Android Accessibility Suite:
1. Permanent Notices for TalkBack Including
πΉ Reason: Accidental pressing of a button combination (usually holding two fingers on the screen for 3 seconds).
πΉ Solution: Turn off TalkBack in Settings β Special features and reset gestures in Settings β Additionally. β Gestures.
2. High load on the processor
πΉ Reason: Select to Speak or Switch Access.
πΉ Solution: Disable unnecessary services in special features settings or follow the command:
adb shell pm disable-user com.google.android.accessibility/com.google.android.accessibility.selecttospeak.SelectToSpeakActivity3. Error "Special Opportunity Services are stopped"
πΉ Cause: Damage to system files after failed packet deletion.
πΉ Solution: Reset settings through Settings β The phone. β Reset or reflash the device via the Mi Flash Tool.
π‘
If Google Pay or banking applications have stopped working after manipulation with Android Accessibility Suite, restore the package through the MIUI update or reset settings.