https://github.com/marcolucidi01/quickmediamute
Android quick settings toggle to mute/unmute media audio
https://github.com/marcolucidi01/quickmediamute
android app media-audio quick-settings-tile toggle
Last synced: 3 months ago
JSON representation
Android quick settings toggle to mute/unmute media audio
- Host: GitHub
- URL: https://github.com/marcolucidi01/quickmediamute
- Owner: MarcoLucidi01
- License: mit
- Created: 2024-01-04T15:15:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-04T16:32:20.000Z (over 1 year ago)
- Last Synced: 2025-01-17T10:12:10.301Z (5 months ago)
- Topics: android, app, media-audio, quick-settings-tile, toggle
- Language: Java
- Homepage:
- Size: 536 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
QuickMediaMute
==============an Android quick settings toggle to mute/unmute media audio.

my phone lives constantly in "vibrate" mode and i like the fact that we have two
separate volumes for ringer and media audio, but i wasn't able to find a quick
setting toggle for switching on and off the media audio (like the one we have
for changing ringer mode between mute, vibrate and sound). this "app" adds just
that: a toggle for the media audio which i find very useful when visiting
certain sites or using certain apps.yes i could just use the volume up and down keys, but i find that a bit clunky
and when i want to unmute the audio, the previous volumes level is *lost*.install
-------just grab the [latest `.apk` from the releases page][20] and install it on your
phone.i'm not an "Android developer", so i won't bother putting this thing on the
playstore (this was in fact my first Android "app").otherwise you can build the `.apk` yourself if you don't trust me :), run:
$ ANDROID_HOME=$HOME/Android/Sdk ./gradlew assembleRelease
(you need the Android SDK of course), then the `.apk` will be at:
app/build/outputs/apk/release/io.github.marcolucidi01.quickmediamute-v1.0.0-release.apk
[20]: https://github.com/MarcoLucidi01/QuickMediaMute/releases/latest
thanks
------to this [random stackoverflow question][30] (and linked tutorials) which pointed
me to the Android Quick Settings API.[30]: https://stackoverflow.com/questions/66367393/android-how-to-add-a-toggle-button-in-the-notification-panel-the-place-wh
---
see [license file][40] for copyright and license details.
[40]: license