OSDN Git Service

Fix comment on config_defaultTextClassifierPackage
authorMakoto Onuki <omakoto@google.com>
Wed, 21 Feb 2018 22:31:51 +0000 (14:31 -0800)
committerMakoto Onuki <omakoto@google.com>
Wed, 21 Feb 2018 22:31:51 +0000 (14:31 -0800)
Bug: 73083596
Test: build
Change-Id: Ic1801f51511d3b0ca127b0d095672f2eaf3dcaef

core/res/res/values/config.xml

index 88cc653..19b4991 100644 (file)
 
     <!-- The package name for the default system textclassifier service.
          This service must be trusted, as it can be activated without explicit consent of the user.
-         (e.g. com.android.textclassifier/.TextClassifierServiceImpl).
+         Example: "com.android.textclassifier"
          If no textclassifier service with the specified name exists on the device (or if this is
          set to empty string), a default textclassifier will be loaded in the calling app's process.
          See android.view.textclassifier.TextClassificationManager.