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

Commit a248e819 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed Settings.ACTION_REQUEST_ENABLE_CONTENT_CAPTURE javadoc

Test: echo 'In TreeHugger we trust!'
Bug: 119264902

Change-Id: I8855509b96a060483cdfada9cd0e3e10662a2c69
parent 88da4473
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -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
     */