Back to project page BsuirSchedule.
The source code is released under:
Copyright 2012 Andrei Senchuk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Softwar...
If you think the Android project BsuirSchedule 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 net.taviscaron.bsuirschedule.core; /*w w w . j ava 2s. c om*/ import org.acra.ACRA; import org.acra.annotation.ReportsCrashes; import android.app.Application; @ReportsCrashes(formKey = "dFN0OUtrZENHMkxyNW0tbnlzbG1hT0E6MQ") public class BsuirScheduleApplication extends Application { @Override public void onCreate() { ACRA.init(this); super.onCreate(); } }