This repository was archived by the owner on Apr 23, 2026. It is now read-only.
2.9.11: Remove unused accessibility service, block microphone permission
2.9.11
Improvements
- Removed unused accessibility service — Removed a leftover accessibility service declaration from the Android manifest that served no function but could trigger a confusing permission prompt.
- Blocked microphone permission — The app no longer requests or has access to the device microphone. The
RECORD_AUDIOpermission contributed by a plugin dependency has been explicitly removed.