File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/src/main/kotlin/com/simplemobiletools/notes/pro/receivers Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import android.content.BroadcastReceiver
4
4
import android.content.Context
5
5
import android.content.Intent
6
6
import android.os.PowerManager
7
+ import com.simplemobiletools.notes.pro.extensions.backupNotes
7
8
8
9
class AutomaticBackupReceiver : BroadcastReceiver () {
9
10
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import android.content.BroadcastReceiver
4
4
import android.content.Context
5
5
import android.content.Intent
6
6
import com.simplemobiletools.commons.helpers.ensureBackgroundThread
7
+ import com.simplemobiletools.notes.pro.extensions.checkAndBackupNotesOnBoot
7
8
8
9
class BootCompletedReceiver : BroadcastReceiver () {
9
10
You can’t perform that action at this time.
0 commit comments