Android Question Renew .Username .Password OkHttp, OkHttpUtils2

Jose Cuevas

Member
Licensed User
Longtime User
Hi, I am connecting to a WebService using OkHttp and OkHttpUtils2 with security. Everything works fine, but when I change the WebService Username or Password, I change it in my App configuration too, but the change is not made immediately, in order to connect to the WebService again, I have to exit of the App and execute it again.

Is there some way to renew or refresh the connection, in order to take the new username and password, without exit the App?

Thanks in advance.
 
Top