Merge "Only clear state for force stopped fill service" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-07 01:17:02 +00:00
committed by Android (Google) Code Review

View File

@@ -213,7 +213,7 @@ public final class AutofillManagerService extends SystemService {
if (!doit) {
return true;
}
handleActiveAutofillServiceRemoved(getChangingUserId());
removeCachedServiceLocked(getChangingUserId());
}
}
}