mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

Customize user-agent #117

Open cvargascesp opened 6 years ago

cvargascesp commented 6 years ago

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