Allow user to turn off safe mode on Android 10 (Mar 2020 or newer)
Fixes #153. Basically, this "forward"-ports a workaround for Android 9- thanks to Jimmy Chen. As a consequence, #31 might reoccur if you turn off safe mode.
This commit is contained in:
@@ -62,6 +62,12 @@
|
||||
app:key="service.repeater.startOnBoot"
|
||||
app:icon="@drawable/ic_action_autorenew"
|
||||
app:title="@string/settings_service_repeater_start_on_boot"/>
|
||||
<SwitchPreference
|
||||
app:key="service.repeater.safeMode"
|
||||
app:icon="@drawable/ic_alert_warning"
|
||||
app:title="@string/settings_service_repeater_safe_mode"
|
||||
app:summary="@string/settings_service_repeater_safe_mode_summary"
|
||||
app:defaultValue="true"/>
|
||||
<com.takisoft.preferencex.SimpleMenuPreference
|
||||
app:key="service.ipMonitor"
|
||||
app:icon="@drawable/ic_hardware_device_hub"
|
||||
|
||||
Reference in New Issue
Block a user