mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-22 22:03:10 +00:00
Prepare new preference to manage minimum length senders to allow for sync
This commit is contained in:
@@ -70,4 +70,6 @@ public class OCSMSSharedPrefs extends SharedPrefs {
|
||||
public Integer getSyncBulkLimit() {
|
||||
return _sPrefs.getInt("sync_bulk_messages", -1);
|
||||
}
|
||||
|
||||
public Integer getMinPhoneNumberCharsToSync() { return _sPrefs.getInt("minimum_sync_chars", DefaultPrefs.minimumCharsForSync); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user