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.exception; import com.zegoggles.smssync.R; public class RequiresBackgroundDataException extends Exception implements LocalizableException { @Override public int errorResourceId() { return R.string.app_log_skip_backup_background_data; } }