tell event, if vlc is not installed, it will be redirected to play store, if installed, to player
but the problem is that i get activity starter 601 error
Did I do something wrong in the activity starter while starting vlc or will something else be written? I’m waiting for your answers.
first of all thank you for your reply
i tried this
but it didn’t happen, but when I messed up the community, I found the information and it’s working fine now. @bestprintsf thank you it’s explained in a discussion and it works just fine
For VLC Player:
Action = android.intent.action.VIEW
Activity Class = org.videolan.vlc.gui.video.VideoPlayerActivity
Activity Package = org.videolan.vlc
Data Uri = Your video link
Start Activity
Just write this in activity starter, of course, vlc player must be installed on the phone.
It’s interesting that I came to a solution shortly after opening this discussion.