Is there any way to listen to the event of volume change on Android, without just taking over the volume buttons?
The only thing I\'ve found that works is here, but
Use broadcast receiver VOLUME_CHANGED_ACTION then use AudioManager to obtain current volume.