The Android synthesizer is the Sonivox EAS, belonging to the AOSP (Android Open Source Project).
https://android.googlesource.com/platform/external/sonivox/
The source code of this synthesizer supports both Reverb and Chorus effects, but only the Reverb effect is enabled at build time in all Android releases. The settings of this effect (room size, dry/wet mix) are configurable at run time, but there is no way to change them for the Android player. I use the same synth in my VMPK for Android (but compiled with different settings), where you can select the reverb and chorus type or deactivate the effects, and also use CC 91 and CC 93 to change the dry/wet mix, but by default this synth ignores these CC messages. Sorry, maybe there is another MIDI player for Android with better effect control but I don't know.