반응형
String USER_AGENT = " (Android " + Build.VERSION.RELEASE + "; " + Build.MODEL + " Build/" + Build.DISPLAY + ")";
public static void post(String url, RequestParams requestParams, AsyncHttpResponseHandler responseHandler) {
client.setUserAgent(USER_AGENT);
client.post(url, requestParams, responseHandler);
}
httpclient 서버에 핸드폰 모델, 버전 보내주기
반응형
'IT > 안드로이드+JAVA' 카테고리의 다른 글
[안드로이드] out of memory 해결방법 정리 (0) | 2016.05.12 |
---|---|
[안드로이드] 마시멜로 6.0 이상(SDK 23이상) 권한 체크하기 (예제) (0) | 2016.05.12 |
[안드로이드] arrayList를 Preferences에 저장 (0) | 2016.05.12 |
[안드로이드/Android] HttpUrlConnection Request 설명 및 설정 하기 (header, get, post, body등.) (0) | 2016.05.12 |
[안드로이드] 안드로이드 스튜디오 애드몹 광고 달기, 수익 얻기 admob (0) | 2016.05.12 |