Hey all, I am looking for a way to disable the volume toast that appears with the user adjusts volume using the hardware keys (AKA the volume seek bar). It appears possible from this post on StackOverflow, and I'm wondering if I can use reflector to perform this in B4A? If so, can someone help with the code?
The code:
The code:
B4X:
AudioManager manager = (AudioManager)this.getSystemService(Context.AUDIO_SERVICE);
manager.adjustVolume(AudioManager.ADJUST_RAISE, 0);