Releases: MSI-Sirajul/Volume-Button
Releases · MSI-Sirajul/Volume-Button
Volume_Button_Release.apk
🔊 Volume Button (Volume Controller)
Volume Button is a lightweight Android utility app (under 100KB) designed for users whose physical volume keys are not working properly.
This app displays floating on-screen volume controls that stay accessible anywhere — on top of all apps.
🌟 Key Features
✅ Virtual Volume Buttons
Easily increase or decrease volume using on-screen floating buttons.
✅ Always on Top (Overlay)
Volume controls remain visible across all apps using overlay permission.
✅ Auto Start on Boot
Automatically starts when the device reboots — especially optimized for MIUI devices.
✅ Battery Optimization Bypass
App stays active in the background to ensure consistent performance.
✅ Lightweight & Fast
No ads, no background tracking — app size under 100KB.
⚙️ Required Permissions
| Permission | Purpose |
|---|---|
Overlay Permission (SYSTEM_ALERT_WINDOW) |
To show floating volume buttons on screen. |
Ignore Battery Optimization (REQUEST_IGNORE_BATTERY_OPTIMIZATIONS) |
Keeps the service running even when the system tries to stop background apps. |
Receive Boot Completed (RECEIVE_BOOT_COMPLETED) |
Allows the app to auto-start when the phone reboots. |
Foreground Service (FOREGROUND_SERVICE) |
Ensures stable and persistent background operation. |