Merge "Added NonNull categoryIds for fc shell cmd."

This commit is contained in:
TreeHugger Robot
2019-03-22 23:48:52 +00:00
committed by Android (Google) Code Review

View File

@@ -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.