mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-07-13 01:36:27 +00:00
fix encoding problem for post requests, make test a separate action
This commit is contained in:
@ -125,7 +125,7 @@ public class HttpTask extends AsyncTask<String, Void, HttpResponse> {
|
||||
}
|
||||
else
|
||||
{
|
||||
post.setEntity(new UrlEncodedFormEntity(params));
|
||||
post.setEntity(new UrlEncodedFormEntity(params, "UTF-8"));
|
||||
}
|
||||
|
||||
HttpClient client = app.getHttpClient();
|
||||
|
Reference in New Issue
Block a user