Merge "Don't spuriously time out restore sessions" into honeycomb-mr1

This commit is contained in:
Christopher Tate
2011-03-03 17:33:13 -08:00
committed by Android (Google) Code Review

View File

@ -379,6 +379,10 @@ class BackupManagerService extends IBackupManager.Stub {
}
}
// Done: reset the session timeout clock
removeMessages(MSG_RESTORE_TIMEOUT);
sendEmptyMessageDelayed(MSG_RESTORE_TIMEOUT, TIMEOUT_RESTORE_INTERVAL);
mWakelock.release();
}
break;