Merge "Resurrect app prediciton sessions after destroy and rebind" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
103aed340e
@@ -267,6 +267,9 @@ public class AppPredictionPerUserService extends
|
||||
mRemoteService.destroy();
|
||||
mRemoteService = null;
|
||||
|
||||
synchronized (mLock) {
|
||||
mZombie = true;
|
||||
}
|
||||
mRemoteService = getRemoteServiceLocked();
|
||||
if (mRemoteService != null) {
|
||||
if (isDebug()) {
|
||||
|
||||
Reference in New Issue
Block a user