I changed the SDK to 1.137.1 for #521 But the new volume is still not displayed. Here is my code: quiterButton.setOnClickListener { val vol = robot.volume -1 robot.setVolume(vol, true) } However, the volume changes.