|
@@ -251,6 +251,11 @@ public interface AppPreferences {
|
|
@KeyByString("phone_book_integration")
|
|
@KeyByString("phone_book_integration")
|
|
void setPhoneBookIntegration(boolean value);
|
|
void setPhoneBookIntegration(boolean value);
|
|
|
|
|
|
|
|
+ // TODO: Remove in 13.0.0
|
|
|
|
+ @KeyByString("link_previews")
|
|
|
|
+ @RemoveMethod
|
|
|
|
+ void removeLinkPreviews();
|
|
|
|
+
|
|
@KeyByString("screen_lock_timeout")
|
|
@KeyByString("screen_lock_timeout")
|
|
@DefaultValue(R.string.nc_screen_lock_timeout_sixty)
|
|
@DefaultValue(R.string.nc_screen_lock_timeout_sixty)
|
|
String getScreenLockTimeout();
|
|
String getScreenLockTimeout();
|