Back to project page pixlexpo.
The source code is released under:
GNU General Public License
If you think the Android project pixlexpo 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 dbaranski.pixlexpo; // w w w .ja v a2 s . c o m import org.acra.ACRA; import org.acra.annotation.ReportsCrashes; import android.app.Application; @ReportsCrashes(formKey = "dHA0QldMbkd1NXFuSVdTVDBObXhvRlE6MQ") public class PixlExpoApplication extends Application { @Override public void onCreate() { // The following line triggers the initialisation of ACRA ACRA.init(this); super.onCreate(); } }