Introducing ADVOID – the game-changing Android app that revolutionizes your music experience! Say goodbye to annoying ad audio from your favorite music apps! ADVOID works its magic by smartly monitoring media notifications and matching keywords, seamlessly muting those pesky ads. But that’s not all – once the ad is over, it effortlessly restores your volume, ensuring you never miss a beat! Plus, with a clever cooldown feature, you won’t have to worry about any rapid toggling. Enjoy your music uninterrupted with ADVOID and take control of your listening experience!
- Ad detection from notification text using a configurable keyword list.
- Per-app whitelist (music apps) to limit detection scope.
- Automatic mute with smooth volume fade and restore.
- Optional IN/OUT notification sounds (stock or custom audio).
- Status notification with pause/unmute actions.
- Local ad detection logs and total time saved.
- Light/Dark/System theme support.
This UI uses a minimalist and flat design style with Material Design-inspired elements. It focuses on a clean utility-dashboard layout using large rounded buttons and simple icons. The limited teal-and-gray color palette gives it a modern, functional appearance. Generous spacing and large touch targets improve readability and accessibility. Overall, it follows a functional-first Android utility app design philosophy.
AdNotificationListenerServicelistens to notification updates from whitelisted apps.- The app checks the notification text against keyword rules.
- On ad detection, it fades music volume to 0 and logs the event.
- When the ad ends (keyword removed), it restores volume and applies a cooldown.
ADVOID requests these runtime permissions:
POST_NOTIFICATIONS(status updates on Android 13+)MODIFY_AUDIO_SETTINGS(mute/unmute media volume)REQUEST_IGNORE_BATTERY_OPTIMIZATIONS(keep service alive)- Notification access (user must enable in settings)
Download the latest APK from the Releases page.
Caution
The release version on GitHub might be flagged or blocked by Google Play Protect during installation. For a smoother experience, it is recommended to install the APK using ADB (adb install dale-app.apk) or to temporarily disable Play Protect.
From the project root:
cd "C:\Users\Admin\AndroidStudioProjects\ADMUTE"
.\gradlew.bat assembleDebugInstall on a device/emulator:
.\gradlew.bat installDebugUnit tests:
.\gradlew.bat testInstrumented tests:
.\gradlew.bat connectedAndroidTestapp/src/main/java/com/example/admute/MainActivity.kt- Compose UI, setup flow, settings screens.app/src/main/java/com/example/admute/service/AdNotificationListenerService.kt- Notification listening, mute logic, status notification.app/src/main/java/com/example/admute/detection/AdKeywordRules.kt- Keyword matching logic.app/src/main/java/com/example/admute/detection/WhitelistedApps.kt- Default/recommended app whitelist.app/src/main/java/com/example/admute/settings/AdMuteSettings.kt- Preferences and state storage.
- Keyword list: Modify default keywords or add custom ones via the app UI.
- Whitelisted apps: Choose which music apps should be monitored.
- Notification sounds: Pick stock tones or a custom file for IN/OUT alerts.
Firebase Analytics is used for screen views and key actions (see AnalyticsManager).
MUTING_SEQUENCE_IMPLEMENTATION.mdTESTING_GUIDE.md
Solo developer - B.Vishal Chandrakanth (Founder of Coco Copi Developers)


