I have one small strange question: How do I set the user agent in Volley?
I need the full version of some sites (desktop version), not mobile version.
I tried to change variable userAgent from "volley/0" to something like "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36" (my Chrome). No difference.
Any advice?