Back to project page Web-wrapper.
The source code is released under:
Apache License
If you think the Android project Web-wrapper 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 com.periplanisi.android.webwrapper; /*from ww w .j av a 2 s . co m*/ import android.app.Application; /** * Application class * * @author Ioannis Panagiotopoulos <ipanag+android@gmail.com> * */ public class WebWrapperApplication extends Application { @Override public void onCreate() { super.onCreate(); // Nothing yet, should be kept light for initialization } }