OSDN Git Service

Fixed Settings.ACTION_REQUEST_ENABLE_CONTENT_CAPTURE javadoc
authorFelipe Leme <felipeal@google.com>
Fri, 8 Mar 2019 22:24:06 +0000 (14:24 -0800)
committerFelipe Leme <felipeal@google.com>
Fri, 8 Mar 2019 22:34:55 +0000 (14:34 -0800)
Test: echo 'In TreeHugger we trust!'
Bug: 119264902

Change-Id: I8855509b96a060483cdfada9cd0e3e10662a2c69

core/java/android/provider/Settings.java

index ecbd673..844474a 100644 (file)
@@ -1686,14 +1686,7 @@ public final class Settings {
      * Input: Nothing.
      *
      * <p>
-     * Output: {@link android.app.Activity#RESULT_OK} if user enabled Content Capture,
-     * {@link android.app.Activity#RESULT_CANCELED} if user disabled it, cancelled, or if the caller
-     * is not the Content Capture service associated with the user.
-     *
-     * <p>
-     * <b>NOTE: </b> Caller should call
-     * {@link android.view.contentcapture.ContentCaptureManager#isContentCaptureFeatureEnabled()}
-     * first to check whether the feature is already enabled.
+     * Output: Nothing
      *
      * @hide
      */