Fix #35 - Allow to use external browsers

This commit is contained in:
Thomas 2022-05-08 15:41:24 +02:00
parent 0542aaa07c
commit d45c71d3b1
1 changed files with 6 additions and 1 deletions

View File

@ -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"