Scheduler Configuration
class SchedulerConfiguration( val enabled: Boolean = true, val requiresNetworkType: Int = JobInfo.NETWORK_TYPE_NONE, val requiresCharging: Boolean = false, val requiresDeviceIdle: Boolean = false, val requiresBatteryNotLow: Boolean = false, val restartAfterCrash: Boolean = false) : Configuration
Content copied to clipboard
Author
F43nd1r
Since
18.04.18
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Restarts the last activity immediately after a crash. If an activity is restarted, the org.acra.scheduler.RestartingAdministrator.EXTRA_ACTIVITY_RESTART_AFTER_CRASH extra will contain a boolean true. Note that this might interact badly with the crash dialog.