Merge "Added NonNull categoryIds for fc shell cmd."
This commit is contained in:
committed by
Android (Google) Code Review
commit
465c591191
@@ -533,7 +533,7 @@ public final class AutofillManagerService
|
||||
new FieldClassificationStrategy(getContext(), UserHandle.USER_CURRENT);
|
||||
|
||||
strategy.calculateScores(callback, Arrays.asList(AutofillValue.forText(value1)),
|
||||
new String[] { value2 }, null, algorithmName, null, null, null);
|
||||
new String[] { value2 }, new String[] { null }, algorithmName, null, null, null);
|
||||
}
|
||||
|
||||
// Called by Shell command.
|
||||
|
||||
Reference in New Issue
Block a user