1
0
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:
Loic Blot
2016-08-28 14:18:59 +02:00
parent ba672a2ab9
commit 58ef25883c
2 changed files with 3 additions and 0 deletions
@@ -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); }
}