Merge "Resurrect app prediciton sessions after destroy and rebind" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-15 02:04:56 +00:00
committed by Android (Google) Code Review

View File

@@ -267,6 +267,9 @@ public class AppPredictionPerUserService extends
mRemoteService.destroy();
mRemoteService = null;
synchronized (mLock) {
mZombie = true;
}
mRemoteService = getRemoteServiceLocked();
if (mRemoteService != null) {
if (isDebug()) {