Only clear state for force stopped fill service

Test: manual

bug:37785814

Change-Id: I5e40a284788bacf1ebae5ddefffb93b1a5b47d39
This commit is contained in:
Svet Ganov
2017-05-06 16:12:16 -07:00
parent c110c5edf4
commit f37ba7496f

View File

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