android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c0db73a38353471672a4361c747a8113a0043f79
parent 98f819fed08c7c0d7d1ab198353b03479681fb33
Author: Jan Dankert <devnull@localhost>
Date:   Wed,  8 Feb 2012 21:21:48 +0100

User-Agent setzen.

Diffstat:
src/de/mtbnews/android/IBCApplication.java | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/de/mtbnews/android/IBCApplication.java b/src/de/mtbnews/android/IBCApplication.java @@ -54,6 +54,7 @@ public class IBCApplication extends Application : android.R.style.Theme; client = new TapatalkClient(IBC.IBC_FORUM_CONNECTOR_URL); + client.getXMLRPCClient().setUserAgent("Mozilla/5.0 (compatible; Android)"); if (prefs.getBoolean("autostart_subscription_service", false)) {