org.acra
Class CrashReportDialog

java.lang.Object
  extended by Activity
      extended by org.acra.CrashReportDialog

public class CrashReportDialog
extends Activity

This is the dialog Activity used by ACRA to get authorization from the user to send reports. Requires android:theme="@android:style/Theme.Dialog" and android:launchMode="singleInstance" in your AndroidManifest to work properly.

Author:
Kevin Gaudin

Constructor Summary
CrashReportDialog()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrashReportDialog

public CrashReportDialog()