vlc-android-sdk
vlc-android-sdk copied to clipboard
Customize user-agent
Hi All. i wonder if it's possible to customize the user-agent using the method setUserAgent always sends LibVLC/3.0.0-git. for example. let's say i do
libvlc.setUserAgent("my_custom_user_agent","my_custom_user_agent");
it sends: User-Agent: my_custom_user_agent LibVLC/3.0.0-git
is there a way to get rid of LibVLC/3.0.0-git part?
thanks