Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63abbe23 authored by Tony Mak's avatar Tony Mak
Browse files

Revise javadoc of EXTRA_FROM_TEXT_CLASSIFIER

Test: make

FIXES: 123223220

Change-Id: I4e79cab261a3540cc94d2cf19950f5cba22e06fe
parent 92fd2908
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -164,9 +164,10 @@ public interface TextClassifier {
    TextClassifier NO_OP = new TextClassifier() {};
    TextClassifier NO_OP = new TextClassifier() {};


    /**
    /**
     * Used as a boolean value to indicate the intent is generated by TextClassifier.
     * Extra that is included on activity intents coming from a TextClassifier when
     * it suggests actions to its caller.
     * <p>
     * <p>
     * All {@link TextClassifier} implementations should set this boolean extra to be true in their
     * All {@link TextClassifier} implementations should make sure this extra exists in their
     * generated intents.
     * generated intents.
     */
     */
    String EXTRA_FROM_TEXT_CLASSIFIER = "android.view.textclassifier.extra.FROM_TEXT_CLASSIFIER";
    String EXTRA_FROM_TEXT_CLASSIFIER = "android.view.textclassifier.extra.FROM_TEXT_CLASSIFIER";