mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Change default lock timeout to 1 minute
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f7151d8f15
commit
a2e9c53313
@ -247,7 +247,7 @@ public interface AppPreferences {
|
||||
void removeLinkPreviews();
|
||||
|
||||
@KeyByString("screen_lock_timeout")
|
||||
@DefaultValue(R.string.nc_screen_lock_timeout_thirty)
|
||||
@DefaultValue(R.string.nc_screen_lock_timeout_sixty)
|
||||
String getScreenLockTimeout();
|
||||
|
||||
@KeyByString("screen_lock_timeout")
|
||||
|
@ -161,7 +161,7 @@
|
||||
android:id="@+id/settings_screen_lock_timeout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
apc:mp_default_value="@string/nc_screen_lock_timeout_thirty"
|
||||
apc:mp_default_value="@string/nc_screen_lock_timeout_sixty"
|
||||
apc:mp_entry_values="@array/screen_lock_timeout_entry_values"
|
||||
apc:mp_entry_descriptions="@array/screen_lock_timeout_descriptions"
|
||||
apc:mp_key="@string/nc_settings_screen_lock_timeout_key"
|
||||
|
Loading…
Reference in New Issue
Block a user