Android debug binding

Hello
I have a request has someone tried the android binding intent feature to start vlc with a rstp stream from a rule ?
So for me the outcome will be if doorbell is ringing pull a camera front door full screen to see.

Appreciate any feedback

So far from testing i got vlc to start

rule "testing the tv"
when 
Item MotionDetected changed
then
Tv_office_intent_command.sendCommand("org.videolan.vlc/.gui.video.VideoPlayerActivity")
end

but if i change to this i get Unsupported arg . Open an issue or pr for it if you think support should be added.

rule "testing the tv"
when 
Item MotionDetected changed
then
Tv_office_intent_command.sendCommand("org.videolan.vlc/.gui.video.VideoPlayerActivity||android.intent.action.VIEW")


end

for what is worth
i managed to get it working by doing like this using a unifi camera

Tv_office_intent_command.sendCommand("org.videolan.vlc/.gui.video.VideoPlayerActivity||<data_uri> rtsp://192.168.1.1:7447/blabla?enablertsp ")