Loading core/java/android/view/contentcapture/ContentCaptureSession.java +2 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,8 @@ public abstract class ContentCaptureSession implements AutoCloseable { * <p>Typically used to change the context associated with the default session from an activity. */ public final void setContentCaptureContext(@Nullable ContentCaptureContext context) { if (!isContentCaptureEnabled()) return; mClientContext = context; updateContentCaptureContext(context); } Loading Loading
core/java/android/view/contentcapture/ContentCaptureSession.java +2 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,8 @@ public abstract class ContentCaptureSession implements AutoCloseable { * <p>Typically used to change the context associated with the default session from an activity. */ public final void setContentCaptureContext(@Nullable ContentCaptureContext context) { if (!isContentCaptureEnabled()) return; mClientContext = context; updateContentCaptureContext(context); } Loading