Back to project page Common-Library.
The source code is released under:
Apache License
If you think the Android project Common-Library 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.morgan.library.app; //from ww w.ja va 2 s. c o m import android.app.Application; /** * ?????Application? * * @author Morgan.Ji * * @version 1.0 * * @date 2014?7?9? */ public class CommonApplication extends Application { public CommonApplication() { super(); APPContext.init(this); } }