mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-02 12:52:15 +00:00
Force incognito mode option
This commit is contained in:
parent
6498de22cd
commit
075efd1573
10 changed files with 18 additions and 79 deletions
|
@ -19,10 +19,11 @@
|
|||
xmlns:latin="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/settings_screen_advanced"
|
||||
android:key="screen_advanced">
|
||||
<!-- TODO: consolidate key preview dismiss delay with the key preview animation parameters. -->
|
||||
<ListPreference
|
||||
android:key="pref_key_preview_popup_dismiss_delay"
|
||||
android:title="@string/key_preview_popup_dismiss_delay" />
|
||||
<CheckBoxPreference
|
||||
android:key="pref_always_incognito_mode"
|
||||
android:title="@string/prefs_force_incognito_mode"
|
||||
android:summary="@string/prefs_force_incognito_mode_summary"
|
||||
android:defaultValue="false" />
|
||||
<org.dslul.openboard.inputmethod.latin.settings.SeekBarDialogPreference
|
||||
android:key="pref_vibration_duration_settings"
|
||||
android:title="@string/prefs_keypress_vibration_duration_settings"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue