enableActionRestart

@JvmField
var enableActionRestart: Boolean(source)

If true, a notification action will be applied which allows users to restart the TorRuntime instance via Action.RestartDaemon upon click.

If false, the action will not be applied to the notification view.

NOTE: This action is removed from the notification while on the lock screen.

Default: false, unless this BuilderScope is a result of Config.newConfig, then whatever Config.enableActionRestart is.