Back to project page android-ipcam.
The source code is released under:
GNU General Public License
If you think the Android project android-ipcam 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 cz.janchvala.android.ipcamera; /* w w w .ja v a 2s . com*/ import org.androidannotations.annotations.EApplication; /** * Base application class holding the context. * <p/> * Created by jan on 7.11.2014. */ @EApplication public class Application extends android.app.Application { }