summaryrefslogtreecommitdiff
path: root/core/java/android/text/TextClassification.java
Commit message (Collapse)AuthorAgeFilesLines
* Update TextAssistant interface.Abodunrinwa Toki2017-01-241-40/+0
| | | | | | | | | | | | | | Rename to TextClassifier Move to android.view.textclassifier package Adds getTextClassifierInfo(...) Changes addLinks(...) to getLinks(...) This CL also integrates this interface with framework components and passes a context to TextClassificationManager. Test: Tests will be added with implementation. Bug: 34661057 Change-Id: If9e90f034ebb702c1f78e72b6a844f39eebf738f
* Introduce TextAssistant for Smart Text Share feature.Abodunrinwa Toki2016-11-221-0/+40
Bug: 30982298 Test: CTS tests to be added in a follow up CL. Future CLs will add implementation detail. Change-Id: Iad550447a4b3552340c0ada75fda60f97f0913aa