From: gumartinm Date: Wed, 18 Jul 2012 06:03:38 +0000 (+0200) Subject: Remove testing code in MobiAdsLoginActivity X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=b7eb0ae6f3ecd08ae7666fb865deb94b4133e3aa;p=JavaForFun Remove testing code in MobiAdsLoginActivity --- diff --git a/Android/MobiAdsReloaded/src/de/android/mobiads/MobiAdsLoginActivity.java b/Android/MobiAdsReloaded/src/de/android/mobiads/MobiAdsLoginActivity.java index ad0939d..68586ed 100644 --- a/Android/MobiAdsReloaded/src/de/android/mobiads/MobiAdsLoginActivity.java +++ b/Android/MobiAdsReloaded/src/de/android/mobiads/MobiAdsLoginActivity.java @@ -56,7 +56,6 @@ public class MobiAdsLoginActivity extends Activity { HttpResponse httpResponse = null; final List formParams = new ArrayList(2); - Cookie.setCookie("gugugu"); httpClient.getParams().setParameter(CoreProtocolPNames.HTTP_CONTENT_CHARSET, getResources().getString(R.string.encoded_web_service)); httpClient.getParams().setParameter(CoreProtocolPNames.USER_AGENT, getResources().getString(R.string.user_agent_web_service)); @@ -167,4 +166,4 @@ public class MobiAdsLoginActivity extends Activity { .create(); } } -} \ No newline at end of file +}