Rebuild device list

We’re developing an Android app with Juce and would like to respond to audio device changes. I see that OboeAudioIODeviceType::scanForDevices() is a no-op - changing that to clear its lists and re-check via checkAvailableDevices() and calling that periodically works, but isn’t ideal (ideally, I would think it would internally respond to device add/remove events, if possible). Is there another method to force a device list rebuild and/or respond to device change events? Thanks.