Back to project page sms-backup-plus.
The source code is released under:
Apache License
If you think the Android project sms-backup-plus listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.zegoggles.smssync.service.state; /*from ww w .jav a 2s .com*/ public enum SmsSyncState { INITIAL, CALC, LOGIN, BACKUP, RESTORE, ERROR, CANCELED_BACKUP, CANCELED_RESTORE, FINISHED_BACKUP, FINISHED_RESTORE, UPDATING_THREADS }