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

Commit 689423b4 authored by Joanne Chung's avatar Joanne Chung Committed by Automerger Merge Worker
Browse files

Merge "Fix minor typo in TextClassificationConstants Javadoc" into sc-dev am: 2d60140e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13816965

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I30e47964f0a3abc618a70ae9ab40c1faca7c5198
parents f75dbeb8 2d60140e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -91,8 +91,9 @@ public final class TextClassificationConstants {
            "system_textclassifier_api_timeout_in_second";

    /**
     * The max amount of characters before and after the selected text that are passed to the
     * TextClassifier for the smart selection.
     * The maximum amount of characters before and after the selected text that is passed to the
     * TextClassifier for the smart selection. e.g. If this value is 100, then 100 characters before
     * the selection and 100 characters after the selection will be passed to the TextClassifier.
     */
    private static final String SMART_SELECTION_TRIM_DELTA = "smart_selection_trim_delta";