ACRA.init(application);
ACRAConfiguration configuration = ACRA.getConfig();
configuration.setResNotifTickerText(R.string.unexpected_error_notification_ticker);
configuration.setResNotifTitle(R.string.unexpected_error_notification_title);
configuration.setResNotifText(R.string.unexpected_error_notification_text);
configuration.setResNotifIcon(R.drawable.icon_notify_error);
configuration.setResDialogTitle(R.string.app_name_display);
configuration.setResDialogText(R.string.unexpected_error_warning);
configuration.setResDialogCommentPrompt(R.string.unexpected_error_comment);
configuration.setResDialogOkToast(R.string.thank_you);
configuration.setMode(ReportingInteractionMode.NOTIFICATION);
ACRA.setConfig(configuration);