chore(backup/creator): Temporarily disable setForeground

This commit is contained in:
Ahmad Ansori Palembani 2024-09-27 06:41:57 +07:00
parent a6f697199d
commit ec5e86942a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -46,7 +46,7 @@ class BackupCreatorJob(private val context: Context, workerParams: WorkerParamet
?: getAutomaticBackupLocation()
?: return Result.failure()
tryToSetForeground()
// tryToSetForeground()
val options = inputData.getBooleanArray(BACKUP_FLAGS_KEY)?.let { BackupOptions.fromBooleanArray(it) }
?: BackupOptions()