|
|
@ -34,7 +34,6 @@ public class SmsReceiveJob extends ContextJob {
|
|
|
|
super(context, JobParameters.newBuilder()
|
|
|
|
super(context, JobParameters.newBuilder()
|
|
|
|
.withPersistence()
|
|
|
|
.withPersistence()
|
|
|
|
.withWakeLock(true)
|
|
|
|
.withWakeLock(true)
|
|
|
|
.withRequirement(new MasterSecretRequirement(context))
|
|
|
|
|
|
|
|
.withRequirement(new SqlCipherMigrationRequirement(context))
|
|
|
|
.withRequirement(new SqlCipherMigrationRequirement(context))
|
|
|
|
.create());
|
|
|
|
.create());
|
|
|
|
|
|
|
|
|
|
|
|