Volley does not call getParams for my custom request?
问题 Please, does Volley automatically add my GET params to the URL? For me it's not working so and also when looking into sources, I just cant find any call of the getParams method.. So should I build the URL myself? It's no problem at all, I just thought that when there is such method like getParams, it could do that for me:) UPDATE: Below is my code.. public class BundleRequest extends com.android.volley.Request<Bundle>{ private String token; private OnAuthTokenValidatorResponseListener