Android 12, ClipboardManager.getClassificationStatus always return CLASSIFICATION_NOT_COMPLETE [1]

168 Views Asked by At

I use

ClipboardManager.primaryClipDescription.getConfidenceScore(TextClassifier.TYPE_URL)

every call returns java.lang.IllegalStateException: Classification not complete.

How to get the probability of data from the clipboard?

0

There are 0 best solutions below