Back to project page Icinga-Mobile.
The source code is released under:
GNU General Public License
If you think the Android project Icinga-Mobile listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package mhst.dreamteam.IcingaService; /*from w ww .j ava 2 s . co m*/ import android.app.Application; import android.content.Intent; import android.util.Log; import mhst.dreamteam.IcingaClient.SessionMng.Session; /** * @author MinhNN */ public class ApplicationContext extends Application { public static ApplicationContext AppContext; @Override public void onCreate() { super.onCreate(); AppContext = this; Session.init(); System.setProperty("http.keepAlive", "true"); Log.i("XXXXXXXXXXXXXXx", "BNSDCVBNMSXCVBNDCV"); } }