Back to project page Telegue.
The source code is released under:
Apache License
If you think the Android project Telegue 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 maximsblog.blogspot.com.telegue; //from w ww . j a va 2s . co m import android.app.Application; public class App extends Application { public static Virt2Real virt2real; @Override public void onCreate() { virt2real = new Virt2Real(this); } }