diff --git a/docs/xml/Android.Views.ContentCaptures/ContentCaptureConditionFlags.xml b/docs/xml/Android.Views.ContentCaptures/ContentCaptureConditionFlags.xml
index 147aef962..81d9c586e 100644
--- a/docs/xml/Android.Views.ContentCaptures/ContentCaptureConditionFlags.xml
+++ b/docs/xml/Android.Views.ContentCaptures/ContentCaptureConditionFlags.xml
@@ -17,8 +17,15 @@
- To be added.
- To be added.
+ Flags that control how a content capture condition matches a LocusId.
+
+ Flags that control how a content capture condition matches a LocusId.
+
+
+ Java documentation for ContentCaptureCondition.FLAG_IS_REGEX.
+
+
+
@@ -46,7 +53,7 @@
2
- To be added.
+ Interprets the condition's LocusId as a regular expression.
@@ -70,7 +77,7 @@
0
- To be added.
+ Specifies no matching flags.
diff --git a/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml b/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml
index 6dec114fd..ccfa1ffbb 100644
--- a/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml
+++ b/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml
@@ -191,10 +191,18 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Extra options associated with the context.
+ Sets extra options associated with this context.
+ This builder.
+
+ Sets extra options associated with this context. The options can provide vendor-specific data that can be modified and examined.
+
+ Portions of this documentation are derived from the Android Open Source Project.
+
+ ContentCaptureContext.java
+
+
+
diff --git a/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext.xml b/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext.xml
index d7a54d94d..8e30a15f3 100644
--- a/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext.xml
+++ b/docs/xml/Android.Views.ContentCaptures/ContentCaptureContext.xml
@@ -81,9 +81,9 @@
Android.OS.IParcelableCreator
- To be added.
- To be added.
- To be added.
+ Creates ContentCaptureContext instances from a Parcel.
+ A factory for this parcelable type.
+ Required by the Android Parcelable contract.
@@ -148,7 +148,7 @@
Gets the (optional) extras set by the app (through Builder#setExtras(Bundle)).
- To be added.
+ Optional extras provided by the app for this context.
Gets the (optional) extras set by the app (through Builder#setExtras(Bundle)).
It can be used to provide vendor-specific data that can be modified and examined.
@@ -192,9 +192,9 @@
- To be added.
+ The identifier associated with the new context.
Helper that creates a ContentCaptureContext associated with the given id.
- To be added.
+ A context associated with .
Helper that creates a ContentCaptureContext associated with the given id.
@@ -271,7 +271,7 @@
Gets the context id.
- To be added.
+ The context identifier, or when this context has no identifier.
Gets the context id.
diff --git a/docs/xml/Android.Views.ContentCaptures/ContentCaptureManager.xml b/docs/xml/Android.Views.ContentCaptures/ContentCaptureManager.xml
index 2df61d70e..81c8bf49d 100644
--- a/docs/xml/Android.Views.ContentCaptures/ContentCaptureManager.xml
+++ b/docs/xml/Android.Views.ContentCaptures/ContentCaptureManager.xml
@@ -252,7 +252,7 @@
Checks whether content capture is enabled for this activity. -or- Called by apps to explicitly enable or disable content capture.
- To be added.
+ when content capture is enabled for the activity; otherwise, .
Property getter documentation:
Checks whether content capture is enabled for this activity.
@@ -528,7 +528,7 @@
Returns the component name of the system service that is consuming the captured events for
the current user.
- To be added.
+ The component name of the service consuming captured events for the current user.
Returns the component name of the system service that is consuming the captured events for
the current user.
@@ -574,8 +574,8 @@
- To be added.
- To be added.
+ The executor through which callback and listener events are dispatched.
+ The adapter that writes the shared data.
object specifying details of the data being shared.
Called by the app to request data sharing via writing to a file.
diff --git a/docs/xml/Android.Views.ContentCaptures/ContentCaptureSession.xml b/docs/xml/Android.Views.ContentCaptures/ContentCaptureSession.xml
index 9d6f6887c..b1103044d 100644
--- a/docs/xml/Android.Views.ContentCaptures/ContentCaptureSession.xml
+++ b/docs/xml/Android.Views.ContentCaptures/ContentCaptureSession.xml
@@ -104,7 +104,7 @@
- To be added.
+ Closes this session and relinquishes its underlying resources.
@@ -208,7 +208,7 @@
Gets the id used to identify this session.
- To be added.
+ The identifier used to identify this session.
Gets the id used to identify this session.
@@ -251,9 +251,9 @@
- To be added.
+ The context associated with the new session.
Creates a new ContentCaptureSession.
- To be added.
+ A new content capture session.
Creates a new ContentCaptureSession.
See View#setContentCaptureSession(ContentCaptureSession) for more info.
@@ -477,9 +477,9 @@
- To be added.
+ The standard view for which to create a structure.
Creates a ViewStructure for a "standard" view.
- To be added.
+ A view structure for .
Creates a ViewStructure for a "standard" view.
This method should be called after a visible view is laid out; the view then must populate
@@ -776,7 +776,7 @@
- To be added.
+ The view's updated insets.
Notifies the Intelligence Service that the insets of a view have changed.
Notifies the Intelligence Service that the insets of a view have changed.
diff --git a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml
index f7153fb39..4ab307d7d 100644
--- a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml
+++ b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml
@@ -102,11 +102,18 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The LocusId associated with the data to remove.
+ Either or 0.
+ Requests removal of data associated with a LocusId.
+ This builder.
+
+
+ Portions of this documentation are derived from the Android Open Source Project.
+
+ DataRemovalRequest.java
+
+
+
@@ -176,9 +183,16 @@
- To be added.
- To be added.
- To be added.
+ Requests removal of all content capture data associated with the app's package.
+ This builder.
+
+
+ Portions of this documentation are derived from the Android Open Source Project.
+
+ DataRemovalRequest.java
+
+
+
diff --git a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml
index 96f4e8b84..a2fec3b9c 100644
--- a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml
+++ b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml
@@ -137,7 +137,7 @@
Gets the LocusId per se.
- To be added.
+ The LocusId associated with this removal request.
Gets the LocusId per se.
diff --git a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest.xml b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest.xml
index dd08443a2..3dfd8cc63 100644
--- a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest.xml
+++ b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequest.xml
@@ -83,9 +83,9 @@
Android.OS.IParcelableCreator
- To be added.
- To be added.
- To be added.
+ Creates DataRemovalRequest instances from a Parcel.
+ A factory for this parcelable type.
+ Required by the Android Parcelable contract.
@@ -196,7 +196,7 @@
Checks if app is requesting to remove content capture data associated with its package.
- To be added.
+ when the request removes data for the app's package; otherwise, .
Checks if app is requesting to remove content capture data associated with its package.
@@ -268,10 +268,10 @@
System.Collections.Generic.IList<Android.Views.ContentCaptures.DataRemovalRequest+LocusIdRequest>
- Gets the list of LousIds the apps is requesting to remove.
- To be added.
+ Gets the list of LocusIds the app is requesting to remove.
+ The requested LocusId values and their matching flags.
- Gets the list of LousIds the apps is requesting to remove.
+ Gets the list of LocusIds the app is requesting to remove.
Java documentation for android.view.contentcapture.DataRemovalRequest.getLocusIdRequests().
@@ -310,7 +310,7 @@
Gets the name of the app that's making the request.
- To be added.
+ The name of the app making the request.
Gets the name of the app that's making the request.
diff --git a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequestFlags.xml b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequestFlags.xml
index f4b34e30d..11f7520aa 100644
--- a/docs/xml/Android.Views.ContentCaptures/DataRemovalRequestFlags.xml
+++ b/docs/xml/Android.Views.ContentCaptures/DataRemovalRequestFlags.xml
@@ -17,8 +17,15 @@
- To be added.
- To be added.
+ Flags that control how a data-removal request matches a LocusId.
+
+ Flags that control how a data-removal request matches a LocusId.
+
+
+ Java documentation for DataRemovalRequest.FLAG_IS_PREFIX.
+
+
+
@@ -46,7 +53,7 @@
1
- To be added.
+ Matches data whose LocusId begins with the requested identifier.
@@ -70,7 +77,7 @@
0
- To be added.
+ Specifies no matching flags.
diff --git a/docs/xml/Android.Views.ContentCaptures/DataShareRequest.xml b/docs/xml/Android.Views.ContentCaptures/DataShareRequest.xml
index 1eb68dbab..4b6e17220 100644
--- a/docs/xml/Android.Views.ContentCaptures/DataShareRequest.xml
+++ b/docs/xml/Android.Views.ContentCaptures/DataShareRequest.xml
@@ -87,8 +87,8 @@
- To be added.
- To be added.
+ An optional identifier for the data being shared.
+ The MIME type of the data being shared.
Constructs a request to share data with the Content Capture Service.
Constructs a request to share data with the Content Capture Service.
@@ -129,9 +129,9 @@
Android.OS.IParcelableCreator
- To be added.
- To be added.
- To be added.
+ Creates DataShareRequest instances from a Parcel.
+ A factory for this parcelable type.
+ Required by the Android Parcelable contract.
@@ -228,7 +228,7 @@
Locus id helping to identify what data is being shared.
- To be added.
+ The identifier that helps identify the data being shared, or when none was supplied.
Locus id helping to identify what data is being shared.
@@ -269,7 +269,7 @@
MIME type of the data being shared.
- To be added.
+ The MIME type of the data being shared.
MIME type of the data being shared.
@@ -310,7 +310,7 @@
Name of the package making the request.
- To be added.
+ The name of the package making the request.
Name of the package making the request.