kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
eaf11744c7
commit
bebdbe2aaa
|
@ -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());
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue