How to set user-agent in mobile chrome?

Hi,

I know how to change the useragent of a web chrome (using selenium, webdriver) but how can we do it inside the mobile chrome?

My driver looks like following:
AndroidDriver driver;

Is there any capability that I need to set?
Any help would be highly appreciated.

Thank you.