A lightweight Android accessibility tool that acts like an MDM-based content filter. This app scans the screen for specific watched words or phrases and automatically exits the current screen if a match is detected โ ideal for blocking undesirable content (e.g., AI-related messages).
- ๐ Real-time content filtering using accessibility services
- โ๏ธ Custom word/phrase lists via JSON files
- ๐พ Importable configurations contributed by the community
- ๐ฑ Optional basic MDM-style locking for stricter filtering
You define a list of words or combinations to "watch for." If any appear on screen, the app automatically navigates away (e.g., to the home screen), helping you enforce stricter device compliance.
Got a useful filter list? Help others by sharing!
- Create a
.json
file containing your word combinations. - Name it like this:
[email protected]
- Submit a pull request to this repo.
Once approved, all users will be able to import and activate your filters from the app.
Enable optional MDM-style controls to lock down the device for filtering needs. This is basic for now but will expand with time.
Grab the latest APK from the Releases page.
We welcome contributions and filter sets from the broader community. Letโs build a cleaner, smarter experienceโtogether.
This app uses Android's Accessibility Service. Please ensure you use it responsibly and in accordance with platform policies and user consent.