Fix #35 - Allow to use external browsers

pull/40/head
Thomas 3 years ago
parent 0542aaa07c
commit d45c71d3b1

@ -17,6 +17,12 @@
app:summary="@string/set_clear_cache_exit_indication"
app:title="@string/set_clear_cache_exit" />
<androidx.preference.SwitchPreference
app:defaultValue="true"
app:iconSpaceReserved="false"
app:key="@string/SET_EMBEDDED_BROWSER"
app:title="@string/embedded_browser" />
<androidx.preference.SwitchPreference
app:defaultValue="false"
app:iconSpaceReserved="false"
@ -24,7 +30,6 @@
app:summary="@string/set_enable_crash_report_indication"
app:title="@string/set_enable_crash_report" />
<androidx.preference.SeekBarPreference
android:defaultValue="100"
android:max="1000"

Loading…
Cancel
Save